How to host google web fonts on my own server?

前端 未结 19 2020
闹比i
闹比i 2020-11-27 09:10

I need to use some google fonts on an intranet application. The clients may or may not have internet connection. Reading the license terms, it appears that its legally allo

19条回答
  •  渐次进展
    2020-11-27 09:16

    I made a tiny PHP script to get download links from a Google Fonts CSS import URL like: https://fonts.googleapis.com/css?family=Roboto:400,700|Slabo+27px|Lato:400,300italic,900italic

    You can use this tool here: http://nikoskip.me/gfonts.php

    For instance, if you use the above import URL, you will get this:

提交回复
热议问题