Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Commit d15d484

Browse files
committed
Use only one version of icon font
1 parent af213c0 commit d15d484

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

style/icons.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/* MaterialDesignIcons.com */
22
@font-face {
33
font-family: "Material Design Icons";
4-
src: url("fonts/materialdesignicons-webfont.eot");
5-
src: url("fonts/materialdesignicons-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/materialdesignicons-webfont.woff2") format("woff2"), url("fonts/materialdesignicons-webfont.woff") format("woff"), url("fonts/materialdesignicons-webfont.ttf") format("truetype"), url("fonts/materialdesignicons-webfont.svg#materialdesigniconsregular") format("svg");
4+
src: url("fonts/materialdesignicons-webfont.woff") format("woff");
65
font-weight: normal;
76
font-style: normal;
87
}

0 commit comments

Comments
 (0)