diff options
| author | bozo.kopic <bozo.kopic@gmail.com> | 2019-04-08 22:47:10 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo.kopic@gmail.com> | 2019-04-08 22:47:10 +0200 |
| commit | f53913389fa435d26307075bf5dab3675b1f17c4 (patch) | |
| tree | f70d5fd95070b6f1f5f427d2d43da7f77d000efa /src_web | |
| parent | 07dae145e814856c8f38f407d91a033b233c081d (diff) | |
dependencies update & minor fixes
Diffstat (limited to 'src_web')
| -rw-r--r-- | src_web/style/fonts/_font.scss | 2 |
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;
}
|
