diff options
Diffstat (limited to 'sass/base/_font.scss')
-rw-r--r-- | sass/base/_font.scss | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sass/base/_font.scss b/sass/base/_font.scss index 89fd7e4..44f829f 100644 --- a/sass/base/_font.scss +++ b/sass/base/_font.scss @@ -1,10 +1,2 @@ $default: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; -$symbol: "WebSymbolsRegular", sans-serif; -$code-font: "Consolas",Monaco,Courier New,Courier,monospace; - -@font-face { - font-family: 'WebSymbolsRegular'; - src: image-url('fonts/websymbols-regular-webfont.ttf'); - font-weight: normal; - font-style: normal; -}
\ No newline at end of file +$monospace: "Consolas", Monaco, Courier New, Courier, monospace;
\ No newline at end of file |