https://github.com/joway/fonts
https://fonts.joway.io/
https://github.com/joway/fonts
Last synced: 18 days ago
JSON representation
https://fonts.joway.io/
- Host: GitHub
- URL: https://github.com/joway/fonts
- Owner: joway
- Created: 2019-01-12T07:27:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T05:34:58.000Z (over 7 years ago)
- Last Synced: 2025-08-01T10:06:33.635Z (10 months ago)
- Language: CSS
- Homepage:
- Size: 92.8 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Fonts Mirror
## Why I need this mirror
China GFW may block google fonts in some area, even `fonts.googleapis.com` has its own Beijin server. It's not 100% stable for us to use google fonts, after all, its named `Google` which is hated by the Chinese government.
Someone will choice to use Chinese native CDN provider, but they are not friendly for other countries' people.
This mirror serve google fonts by the CDN of Github Pages, help chinese guys to create global Web sites.
## Usage
Replace `{Font_Family}` to your font family name:
```html
->
```
Define the font family in your css:
```css
.cls {
font-family: "Open Sans", sans-serif;
}
```