majodev / google-webfonts-helper

A Hassle-Free Way to Self-Host Google Fonts. Get eot, ttf, svg, woff and woff2 files + CSS snippets
https://gwfh.mranftl.com
MIT License
12.02k stars 420 forks source link

How to host Google web fonts helper in wordpress? #42

Closed alexlii1971 closed 6 years ago

alexlii1971 commented 6 years ago

Hello,

You really did a great work! my question is how to host font in Wordpress?

Unfornately, I am not technical background, so how to Host google fonts on our local server? is there a plugin to do fetch google fonts and save on server automatically?

I am using a theme which provide quick CSS option, I can input the CSS there.

would you please let me know where or which directory of fold I should upload these fonts I download from your site please?

Thanks.

Alex

lorrandavid commented 6 years ago

Hey @alexlii1971,

I don't know if there's a plugin to fetch all the fonts and save on server but you can do it via FTP, just download the fonts and drop them on your wp-content/themes/YOUR_THEME/fonts, then reference them in your css just like it shows on Step 3. I think it should be easier than install a plugin just for this task.

majodev commented 6 years ago

Ahmad wrote an article on that, have not used it personally but it does look promising.

How to Host Google Fonts Locally in WordPress

Closing as out of scope for this service, but feel free to discuss here.