In ie11, I'm loading google material icons
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/icon?family=Material+Icons">
but I get this issue
CSS3111: @font-face encountered unknown error.
Looking up the error online, it says, the binary source is made in a way that doesn't comply with Microsoft standards, but then is there another link I should use for this?
Thanks