parent
663b2f91e2
commit
f864de23f4
@ -10,12 +10,12 @@
|
|||||||
|
|
||||||
|
|
||||||
// Material Design Icon settings
|
// Material Design Icon settings
|
||||||
// If you want to use self-hosting font, please place MaterialIcons-Regular.woff2 file in .../fonts folder and configure below.
|
// If you want to use self-hosting font, please place MaterialIcons-Regular.woff2 file in 'fonts' folder and configure below.
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Material Icons";
|
font-family: "Material Icons";
|
||||||
src:
|
src:
|
||||||
local("Material Icons"),
|
local("Material Icons"),
|
||||||
//url("https://raw.githubusercontent.com/google/material-design-icons/master/iconfont/MaterialIcons-Regular.woff2"); // GitHub
|
//url("https://raw.githubusercontent.com/google/material-design-icons/master/iconfont/MaterialIcons-Regular.woff2"); // GitHub
|
||||||
//url("https://fonts.gstatic.com/s/materialicons/v50/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2"); // Google Fonts
|
//url("https://fonts.gstatic.com/s/materialicons/v50/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2"); // Google Fonts
|
||||||
url("../fonts/MaterialIcons-Regular.woff2"); // Self-hosting
|
url("fonts/MaterialIcons-Regular.woff2"); // Self-hosting
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user