Icons – Google Fonts
fonts.google.com
Icons – Google Fonts
1–10 of 190 posts
Re: Icons – Google Fonts
#2Re: Icons – Google Fonts
#3Re: Icons – Google Fonts
#4Also, never use Google’s CDN for loading fonts or icons — always self-host them. The CDNs are used to track your users.
Re: Icons – Google Fonts
#5Re: Icons – Google Fonts
#6So now users need to download several megabytes of font to display check marks and search icons or is there something I’m misunderstanding?
Re: Icons – Google Fonts
#7Re: Icons – Google Fonts
#8The provided usage example is bad for accessibility: the name of the icon, e.g. ”check_circle”, will be announced by screen readers. If there is other contextual information that explains the icon, the icon can be hidden from screen readers using aria-hidden=”true”. However, in cases where the icon appears stand-alone, it needs to contain a human-understandable text that explains its meaning. Also, never use Google’s…
Re: Icons – Google Fonts
#9So now users need to download several megabytes of font to display check marks and search icons or is there something I’m misunderstanding?
> The icon font weighs in at only 42KB in its smallest woff2 format and 56KB in standard woff format. By comparison, the SVG files compressed with gzip will generally be around 62KB in size, but this can be reduced considerably by compiling only the icons you need into a single SVG file with symbol sprites.
So not that large, but I still prefer SVG icons.
Re: Icons – Google Fonts
#10Also, about these icons, they mention "please don’t try to sell them", immediately followed by "Apache license 2.0". Well, Google, which is it? Do they actually mean to say "you have permission to sell them, but please don't?"