diff --git a/sass/_icons-material-design.scss b/sass/_icons-material-design.scss index 000149cd..73232d9f 100644 --- a/sass/_icons-material-design.scss +++ b/sass/_icons-material-design.scss @@ -1,10 +1,10 @@ @font-face { font-family: "Material-Design-Icons"; - src:url("$material-font-path/Material-Design-Icons.eot?-g7cqhn"); - src:url("$material-font-path/Material-Design-Icons.eot?#iefix-g7cqhn") format("embedded-opentype"), - url("$material-font-path/Material-Design-Icons.woff?-g7cqhn") format("woff"), - url("$material-font-path/Material-Design-Icons.ttf?-g7cqhn") format("truetype"), - url("$material-font-path/Material-Design-Icons.svg?-g7cqhn#Material-Design-Icons") format("svg"); + src:url("#{$material-font-path}/Material-Design-Icons.eot?-g7cqhn"); + src:url("#{$material-font-path}/Material-Design-Icons.eot?#iefix-g7cqhn") format("embedded-opentype"), + url("#{$material-font-path}/Material-Design-Icons.woff?-g7cqhn") format("woff"), + url("#{$material-font-path}/Material-Design-Icons.ttf?-g7cqhn") format("truetype"), + url("#{$material-font-path}/Material-Design-Icons.svg?-g7cqhn#Material-Design-Icons") format("svg"); font-weight: normal; font-style: normal; }