Hello,
Is it possible to get rid of the Google CDN for the font?
<link href='//fonts.googleapis.com/css?family=Noto+Sans:400,700|Roboto:300' rel='stylesheet'>
<link href="//fonts.googleapis.com/css?family=Roboto+Mono:500&text=0123456789:." rel="stylesheet">
I would love to be able to get a google-free experience. I block them myself, but it is easy to import a font and can improve the "libre" experience.
Thank you
related to #2310
It's not that easy, because googleapis.com will return the right stylesheet for the browser. Each browser supports different font formats.
Try:
curl 'fonts.googleapis.com/css?family=Noto+Sans:400,700|Roboto:300'
curl -H 'User-Agent:Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36' 'fonts.googleapis.com/css?family=Noto+Sans:400,700|Roboto:300'
ok I see. I did not know. I will close for know and I hope for an alternative someday.
still desirable, imo. just not easy. like all the other open issues with the "stallman" tag
done in v2
Most helpful comment
still desirable, imo. just not easy. like all the other open issues with the "stallman" tag