Is there any way to download Google fonts and link them offline on localhost web page?
Asked
Active
Viewed 2,293 times
-1
-
1https://developers.google.com/fonts/faq – disinfor May 29 '20 at 00:38
-
You need to serve the font files and the CSS with `@font-face` definitions locally and add a `` to those in you webpage. Bit of work, but not that hard to do... – Rene van der Lende May 29 '20 at 00:56
2 Answers
0
Try downloading the font folder and add this to your projectFolder and use font faces.
Check this https://answers.themler.io/articles/9064/how-to-use-google-fonts-locally

halfer
- 19,824
- 17
- 99
- 186

Roberto Vargas
- 130
- 7
-1
thanks for help but i got it by help of this site https://transfonter.org/ then put all genereated woff files in same folder of css file then append font face to my css file then use font normally as described by transfonter.org

Akram Elhaddad
- 194
- 3
- 7