Icons – Google Fonts
11–20 of 190 posts
Re: Icons – Google Fonts
#12So now users need to download several megabytes of font to display check marks and search icons or is there something I’m misunderstanding?
It is a 42KB file for 600 icons.
I'm surprised this question was even raised because vector graphics is the most size efficient way to do simple graphics on the web.
Re: Icons – Google Fonts
#13Are Google serious? Simultaneously pushing websites to be highly efficient (Core Web Vitals), at the same time as introducing the methods that can make them less efficient. Also, 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?"
Re: Icons – Google Fonts
#14Re: Icons – Google Fonts
#15So now users need to download several megabytes of font to display check marks and search icons or is there something I’m misunderstanding?
From the developer guide: > 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
#16Are Google serious? Simultaneously pushing websites to be highly efficient (Core Web Vitals), at the same time as introducing the methods that can make them less efficient. Also, 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?"
You'd prefer Google throw them under a proprietary license instead of asking nicely?
Icon fonts also suffer from a plethora of rendering issues across platforms because fonts are usually rendered with speedy display of long text in mind.
It’s strange Google would invest in a years-old kludge tech.
Re: Icons – Google Fonts
#17Are Google serious? Simultaneously pushing websites to be highly efficient (Core Web Vitals), at the same time as introducing the methods that can make them less efficient. Also, 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?"
You'd prefer Google throw them under a proprietary license instead of asking nicely?
Re: Icons – Google Fonts
#18Are Google serious? Simultaneously pushing websites to be highly efficient (Core Web Vitals), at the same time as introducing the methods that can make them less efficient. Also, 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?"
You'd prefer Google throw them under a proprietary license instead of asking nicely?
Re: Icons – Google Fonts
#19The 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
#20I added these lines to uBlock:
fonts.gstatic.com
fonts.googleapis.com
Occasionally some icons break on a few sites, but mostly it's plain sailing.