MaterialDesign-Webfont
MaterialDesign-Webfont copied to clipboard
@mdi/font Dist for Material Design Icons.
Hi, The TTF and EOT version of the font are huge and not really need with modern browsers / mobile platform. Can you add a alternate version of your css...
Maybe this is normal, but I believe the source mapping is wrong in minified css here: https://github.com/Templarian/MaterialDesign-Webfont/blob/master/css/materialdesignicons.min.css#L3 It's the same value as in the non-minified here: https://github.com/Templarian/MaterialDesign-Webfont/blob/master/css/materialdesignicons.css#L22894
Adding the version query param in `scss/_path.scss` resulting in urls like `...materialdesignicons-webfont.woff2?v=7.3.67` break caching in some contexts because the cached asset name doesn't include the query string. One case is...
https://webhint.io/docs/user-guide/hints/hint-css-prefix-order/ filter: X; -ms-filter: "X"; changed to -ms-filter: "X"; filter: X;
Hello, Would it be possible to get the new Twitter/X logo in both white and black variation ?
hi! I'm using this repo as a git submodule for a non-web project, to get the .ttf. While I know the .ttf contains `mdi:foo` name information, this is not always...
We recently ran into an issue where our MAUI app that uses the TTF file for the MaterialDesign icons, failed to render specific icons. When I inspected the TTF file...