Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damingerdai/tfontfaceobserver
https://github.com/damingerdai/tfontfaceobserver
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/damingerdai/tfontfaceobserver
- Owner: damingerdai
- License: mit
- Created: 2021-06-07T05:56:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T02:12:32.000Z (over 1 year ago)
- Last Synced: 2024-11-29T03:42:22.722Z (29 days ago)
- Language: JavaScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tfontfaceobserver
tfontfaceobserver is the rewritten version of [fontfaceobserver](https://github.com/bramstein/fontfaceobserver) with the typescript
## Supported Browers
`tfontfaceobserver` supports these browers: Chrome 35+, Edge 79+, Firefox 41+, Opera 35+, Safari 11+, WebView Android 37+, Chrome Android 35+, Firefox for Android 41+, Opera Android 35+, Safari on iOS 11+, Samsung Internet 4.0+.
Due to use [FontFaceSet](https://developer.mozilla.org/en-US/docs/Web/API/FontFaceSet), `tfontfaceobserver` doesn't support IE. if you want to use IE, please use [fontloader](https://github.com/bramstein/fontloader) as profill(but i never test this profill).