mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 09:57:36 +03:00 
			
		
		
		
	Merge pull request #100 from aegoroff/master
Material fonts folder can be adjusted using varialbe
This commit is contained in:
		
						commit
						db25ecd607
					
				| 
						 | 
					@ -1,10 +1,10 @@
 | 
				
			||||||
@font-face {
 | 
					@font-face {
 | 
				
			||||||
    font-family: "Material-Design";
 | 
					    font-family: "Material-Design";
 | 
				
			||||||
    src:url("../fonts/Material-Design.eot?2u7a7w");
 | 
					    src:url("@{material-font-path}/Material-Design.eot?2u7a7w");
 | 
				
			||||||
    src:url("../fonts/Material-Design.eot?#iefix2u7a7w") format("embedded-opentype"),
 | 
					    src:url("@{material-font-path}/Material-Design.eot?#iefix2u7a7w") format("embedded-opentype"),
 | 
				
			||||||
        url("../fonts/Material-Design.woff?2u7a7w") format("woff"),
 | 
					        url("@{material-font-path}/Material-Design.woff?2u7a7w") format("woff"),
 | 
				
			||||||
        url("../fonts/Material-Design.ttf?2u7a7w") format("truetype"),
 | 
					        url("@{material-font-path}/Material-Design.ttf?2u7a7w") format("truetype"),
 | 
				
			||||||
        url("../fonts/Material-Design.svg?2u7a7w#Material-Design") format("svg");
 | 
					        url("@{material-font-path}/Material-Design.svg?2u7a7w#Material-Design") format("svg");
 | 
				
			||||||
    font-weight: normal;
 | 
					    font-weight: normal;
 | 
				
			||||||
    font-style: normal;
 | 
					    font-style: normal;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,6 +1,7 @@
 | 
				
			||||||
// main: material.less
 | 
					// main: material.less
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// material icons path
 | 
				
			||||||
 | 
					@material-font-path: "../fonts";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Material colors palette
 | 
					// Material colors palette
 | 
				
			||||||
@red: #F44336;
 | 
					@red: #F44336;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user