diff options
Diffstat (limited to 'src/scss/_mixins.scss')
-rw-r--r-- | src/scss/_mixins.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scss/_mixins.scss b/src/scss/_mixins.scss index bcb795d..9707093 100644 --- a/src/scss/_mixins.scss +++ b/src/scss/_mixins.scss @@ -1,7 +1,8 @@ @mixin font-face($name) { @font-face { font-family: $name; - src: url("../font/" + $name + ".woff2") format("woff2"), + src: + //url("../font/" + $name + ".woff2") format("woff2"), url("../font/" + $name + ".woff") format("woff"), url("../font/" + $name + ".ttf") format("truetype"), url("../font/" + $name + ".otf") format("opentype"); |