devcows / hugo-universal-theme

Universal theme for Hugo, it stands out with its clean design and elegant typography.
https://devcows.github.io/hugo-universal-theme
MIT License
789 stars 559 forks source link

get rid of google fonts #382

Open jcolomb opened 1 year ago

jcolomb commented 1 year ago

google font use via the API sent IP addresses to google

ryanfox1985 commented 1 year ago

could we have a flag via config.toml to enable or disable the google fonts?

jcolomb commented 1 year ago

good idea. did not thought of that..

ryanfox1985 commented 1 year ago

after rethink, perhaps is better to download the css and have it locally.

update:

forget that, needs to download all the fonts from google, the flag is better.

jcolomb commented 1 year ago

I went through the same path of thought, but it took me 2h not 20 sec :)