Hello MDI-Team,
I tried to use the MDI-Icons in Windows Phone 8.1 and it didn't work.
After some research I found the two issues:
CSS
url("../fonts/materialdesignicons-webfont.ttf?v=1.2.64") format("truetype")
to:
url("../fonts/materialdesignicons-webfont.ttf") format("truetype")
Reference
TTF
The legal-rights need to be changed from actual 5 to 0, otherwise its blocked.
Reference
(Same as above)
I tested it, and with this way it works.
Would be awesome if you could change this :)
Greetings
Hello MDI-Team,
I tried to use the MDI-Icons in Windows Phone 8.1 and it didn't work.
After some research I found the two issues:
CSS
to:
Reference
TTF
The legal-rights need to be changed from actual 5 to 0, otherwise its blocked.
Reference
(Same as above)
I tested it, and with this way it works.
Would be awesome if you could change this :)
Greetings