Open RoundAboutWEB opened 2 years ago
My Firefox console doesn't show any connnection to a google server if that is your concern. I'm using the docker variant of Grav if that is important.
The problem will be with the theme "Learn2" (and some other). With the theme "Quark" everything will be fine.
I'm using Learn2.
Then you have changed something, because in the original fonts from Google are included:
File: user/themes/learn2/scss/theme/_fonts.scss
The docker variant uses the libfreetype6
package: https://github.com/getgrav/docker-grav/blob/master/Dockerfile#L12
Maybe the fonts that needs to be loaded are included there? I honestly don't know, but since I didn't change anything regarding fonts I guess it has something to do with docker.
In any case it would help if more people respond to this issue :)
I'm also interested in fixing this issue. It would be easy to provide the fonts locally. Or at least to give the option to do so. Are you interested in a PR to address this issue? If so, I can write one.
Which approach would you prefer?
For the record, this theme is based on learn2 with a few improvements, one of which being that in removes google fonts.
The "Learn2" theme is great, but it uses Google fonts, which makes the pages warnable.
How can the fonts be replaced/changed?