From e27ca417f7943f6613eb0b51a30f7c30b51fa355 Mon Sep 17 00:00:00 2001 From: Michael Hodgins Date: Thu, 11 Aug 2016 07:57:35 +0100 Subject: [PATCH] Correct src in second @font-face block (#29) Extra forward slash and #{$variant} add an extra level of directory structure which doesn't match the actual directory structure or the other src urls. --- css/mixins.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/mixins.scss b/css/mixins.scss index fec67d2..f8fe906 100644 --- a/css/mixins.scss +++ b/css/mixins.scss @@ -20,7 +20,7 @@ $roboto-font-path: '../../../fonts' !default; @font-face { font-family: '#{$variant}-#{$type}'; - src: url('#{$font-full-path}/#{$variant}-#{$type}.eot'); + src: url('#{$font-full-path}-#{$type}.eot'); src: local('#{$variant} #{$type}'), local('#{$variant}-#{$type}'), url('#{$font-full-path}-#{$type}.eot?#iefix') format('embedded-opentype'),