diff options
Diffstat (limited to 'res/css/partials/base.scss')
| -rw-r--r-- | res/css/partials/base.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/css/partials/base.scss b/res/css/partials/base.scss index 957f9127..7e2679f5 100644 --- a/res/css/partials/base.scss +++ b/res/css/partials/base.scss @@ -6,6 +6,7 @@ //Globals html, body { height: 100%; + font-family: $base-font-family; } body { @@ -15,7 +16,7 @@ body { min-width: 980px; padding: 0; color: #FFF; - font-size: 14px; + font-size: 12px; background-color:#f5f5fa; } |
