-
Hello, I love the theme and am currently customizing it for my blog. I am not a fan of embedding fonts externally from Google. What changes do I need to make and where do the fonts need to be saved? Thanks for the help, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Google fonts are loaded through this file: Theoretically, you can download that CSS along with all woff2 files, and replace |
Beta Was this translation helpful? Give feedback.
Google fonts are loaded through this file:
https://github.com/CaiJimmy/hugo-theme-stack/blob/7dab67b358b6419e1c182876d89cdfb49b9f5cc2/layouts/partials/footer/components/custom-font.html
Theoretically, you can download that CSS along with all woff2 files, and replace
src
with local links, and that should do the job.