diff options
Diffstat (limited to 'sass/base/_font.scss')
-rw-r--r-- | sass/base/_font.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sass/base/_font.scss b/sass/base/_font.scss index 44f829f..dfd091d 100644 --- a/sass/base/_font.scss +++ b/sass/base/_font.scss @@ -1,2 +1,4 @@ $default: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; -$monospace: "Consolas", Monaco, Courier New, Courier, monospace;
\ No newline at end of file +$monospace: "Consolas", Monaco, Courier New, Courier, monospace; + +$meta-size: 0.9em;
\ No newline at end of file |