aboutsummaryrefslogtreecommitdiff
path: root/src_web/style
diff options
context:
space:
mode:
Diffstat (limited to 'src_web/style')
-rw-r--r--src_web/style/fonts/_font.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src_web/style/fonts/_font.scss b/src_web/style/fonts/_font.scss
index 89b466c..0687d02 100644
--- a/src_web/style/fonts/_font.scss
+++ b/src_web/style/fonts/_font.scss
@@ -2,7 +2,7 @@
@mixin font($variant, $type, $weight, $style) {
@font-face {
font-family: '#{$variant}';
- src: url('../fonts/#{$variant}/#{$variant}-#{$type}.ttf') format('truetype');
+ src: url('../../fonts/#{$variant}/#{$variant}-#{$type}.ttf') format('truetype');
font-weight: $weight;
font-style: $style;
}