An open API service indexing awesome lists of open source software.

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.

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
```