summaryrefslogtreecommitdiffstats
path: root/sass/base/_font.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/base/_font.scss')
-rw-r--r--sass/base/_font.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/sass/base/_font.scss b/sass/base/_font.scss
new file mode 100644
index 0000000..89fd7e4
--- /dev/null
+++ b/sass/base/_font.scss
@@ -0,0 +1,10 @@
+$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