From f53913389fa435d26307075bf5dab3675b1f17c4 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Mon, 8 Apr 2019 22:47:10 +0200 Subject: dependencies update & minor fixes --- src_web/style/fonts/_font.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src_web/style/fonts') 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; } -- cgit v1.2.3-70-g09d2