Material fonts folder can be adjusted using varialbe

This commit is contained in:
egoroff 2014-10-08 00:52:32 +04:00
parent fea7818300
commit a55a81795a
2 changed files with 7 additions and 6 deletions

View File

@ -1,10 +1,10 @@
@font-face {
font-family: "Material-Design";
src:url("../fonts/Material-Design.eot?2u7a7w");
src:url("../fonts/Material-Design.eot?#iefix2u7a7w") format("embedded-opentype"),
url("../fonts/Material-Design.woff?2u7a7w") format("woff"),
url("../fonts/Material-Design.ttf?2u7a7w") format("truetype"),
url("../fonts/Material-Design.svg?2u7a7w#Material-Design") format("svg");
src:url("@{material-font-path}/Material-Design.eot?2u7a7w");
src:url("@{material-font-path}/Material-Design.eot?#iefix2u7a7w") format("embedded-opentype"),
url("@{material-font-path}/Material-Design.woff?2u7a7w") format("woff"),
url("@{material-font-path}/Material-Design.ttf?2u7a7w") format("truetype"),
url("@{material-font-path}/Material-Design.svg?2u7a7w#Material-Design") format("svg");
font-weight: normal;
font-style: normal;
}

View File

@ -1,6 +1,7 @@
// main: material.less
// material icons path
@material-font-path: "../fonts";
// Material colors palette
@red: #F44336;