This commit is contained in:
Marc Lipovsky 2014-11-14 03:11:28 +00:00
commit e80ed26581
2 changed files with 6 additions and 6 deletions

View File

@ -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;
}

View File

@ -1,5 +1,5 @@
// material icons path
$material-font-path: "../fonts";
$material-font-path: "../fonts" !default;
// Material colors palette
$red: #F44336 !default;