https://github.com/keqingrong/system-fonts
Which fonts can I use?
https://github.com/keqingrong/system-fonts
android caniuse font ios os typeface windows
Last synced: 10 days ago
JSON representation
Which fonts can I use?
- Host: GitHub
- URL: https://github.com/keqingrong/system-fonts
- Owner: keqingrong
- License: mit
- Created: 2019-07-26T14:50:18.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T12:08:55.000Z (over 3 years ago)
- Last Synced: 2025-04-21T04:05:41.365Z (13 days ago)
- Topics: android, caniuse, font, ios, os, typeface, windows
- Language: JavaScript
- Homepage:
- Size: 449 KB
- Stars: 71
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# system-fonts (WIP)
[](https://www.npmjs.com/package/@keqingrong/system-fonts)
> Which fonts can I use?
## Installation
```sh
$ npm install @keqingrong/system-fonts
```## Usage
```js
import macOS_BigSur from '@keqingrong/system-fonts/data/macos/11.0.json';
import windows_10 from '@keqingrong/system-fonts/data/windows/10.json';
import iOS_13 from '@keqingrong/system-fonts/data/ios/13.json';
```## TODO
- [ ] Fonts included with Microsoft Windows
- [x] Windows 11
- [x] Windows 10
- [x] Windows 8.1
- [x] Windows 8
- [x] Windows 7
- [x] Windows Vista
- [ ] Windows XP
- [ ] Windows 2000
- [ ] Windows 98
- [ ] Windows 95
- [ ] Fonts included with macOS
- [ ] macOS 12.0 Monterey
- [x] macOS 11.0 Big Sur
- [x] macOS 10.15 Catalina
- [x] macOS 10.14 Mojave
- [x] macOS 10.13 High Sierra
- [x] macOS 10.12 Sierra
- [ ] OS X 10.11 El Capitan
- [ ] OS X 10.10 Yosemite
- [x] OS X 10.9 Mavericks
- [x] OS X 10.8 Mountain Lion
- [ ] OS X 10.7 Lion
- [ ] OS X 10.6 Snow Leopard
- [x] OS X 10.5 Leopard
- [x] OS X 10.4 Tiger
- [x] OS X 10.3 Panther
- [ ] Fonts included with Android
- [ ] Android 5~12
- [ ] Android 4.4
- [ ] MIUI 12
- [ ] Fonts included with iOS
- [ ] iOS 15
- [ ] iOS 14
- [x] iOS 13
- [ ] A website like caniuse.com and iosfonts.com## License
MIT © Qingrong Ke