Add the ability to code generated prepopulated static nested structs
[chromium-blink-merge.git] / extensions / renderer / resources / extension_fonts.css
blob464f8ebfc9985348c0dd8bd54328d1ff3b97b46f
1 /*
2 * Copyright 2014 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
6 * This stylesheet is used to apply Chrome system fonts to all extension pages.
7 */
9 body {
10 font-family: $FONTFAMILY;
11 font-size: $FONTSIZE;