google font

This commit is contained in:
Yan
2017-09-29 15:15:32 +06:30
parent 9454df17a0
commit f7d3e4c0e3
28 changed files with 5955 additions and 18 deletions

View File

@@ -1,21 +1,3 @@
@font-face {
font-family: 'Roboto';
src: url('../plugins/materialize-css/fonts/Roboto-Regular.woff');
font-weight: 400;
}
@font-face {
font-family: 'Material Icons';
src: url('../plugins/material-design-iconic-font/fonts//MaterialIcons-Regular.eot'); /* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url('../plugins/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'),
url('../plugins/material-design-iconic-font/fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'),
url('../plugins/material-design-iconic-font/fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
font-weight: 400;
font-style: normal;
}
@import "tether";
@import "bootstrap/css/bootstrap-material-design.min";
@import "node-waves/waves";