Skip to content

Commit

Permalink
fix(ie): fix material-font import in ie
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Jun 26, 2017
1 parent c5f23e8 commit f3946bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style/material-font.styl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
url(../fonts/MaterialIcons-Regular.woff) format('woff'),
url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
url(http://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ewrjPiaoEww8AihgqWRJAo.woff) format('woff');
}

.material-icons {
Expand Down

0 comments on commit f3946bc

Please sign in to comment.