Lila: Remove link to google font

Created on 2 Sep 2017  路  4Comments  路  Source: ornicar/lila

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

free software

Most helpful comment

still desirable, imo. just not easy. like all the other open issues with the "stallman" tag

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

isaacl picture isaacl  路  4Comments

nojoking picture nojoking  路  3Comments

thomas-daniels picture thomas-daniels  路  4Comments

niklasf picture niklasf  路  4Comments

arex1337 picture arex1337  路  4Comments