https://github.com/menci/sf-mono-webfont
SF Mono webfont (WOFF & WOFF2) generated with FontSquirrel.
https://github.com/menci/sf-mono-webfont
Last synced: 5 months ago
JSON representation
SF Mono webfont (WOFF & WOFF2) generated with FontSquirrel.
- Host: GitHub
- URL: https://github.com/menci/sf-mono-webfont
- Owner: Menci
- Created: 2020-11-01T07:19:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T07:20:41.000Z (over 5 years ago)
- Last Synced: 2025-02-02T22:02:26.141Z (over 1 year ago)
- Language: HTML
- Size: 360 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SF Mono Webfont
Downloaded from [Apple Fonts](https://developer.apple.com/fonts/).
Generated with [Font Squirrel](https://www.fontsquirrel.com/tools/webfont-generator).
# Build
After building with [Font Squirrel](https://www.fontsquirrel.com/tools/webfont-generator), run this command to correct `font-family` in the generated CSS file.
```bash
sed -i "s/'sf_mono'/'SF Mono'/g" stylesheet.css
```