https://github.com/alexxnb/overpass-font-cyrillic
Cyrillic version of the RedHat's Overpass font
https://github.com/alexxnb/overpass-font-cyrillic
Last synced: 4 months ago
JSON representation
Cyrillic version of the RedHat's Overpass font
- Host: GitHub
- URL: https://github.com/alexxnb/overpass-font-cyrillic
- Owner: AlexxNB
- Created: 2019-04-20T11:33:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T16:18:05.000Z (about 6 years ago)
- Last Synced: 2025-02-24T05:45:50.425Z (4 months ago)
- Language: JavaScript
- Size: 2.24 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overpass Cyr
Cyrillic version of the RedHat's Overpass font
# Download fonts
You can download letest builded fonts in the [Releases](https://github.com/AlexxNB/overpass-font-cyrillic/releases) page.
* Formats: `svg`,`ttf`,`woff2`
* Styles: `thin`, `Light`, `Semibold`, `Bold`# Progress
## Overpass Thin - 100
- [x] Uppercase
- [x] Lowercase
- [ ] Kerning## Overpass Light - 300
- [x] Uppercase
- [x] Lowercase
- [x] Kerning## Overpass Semibold - 600
- [x] Uppercase
- [x] Lowercase
- [ ] Kerning## Overpass Bold - 700
- [x] Uppercase
- [x] Lowercase
- [ ] Kerning# Contributing
Gliphr projects files can be found in the `src` directory. They can be edited online at http://www.glyphrstudio.com/online/ .
# Build
Run these commands:
```bash
npm install
npm run build
```
After, you'll find builded `svg`,`ttf` and `woff2` files in the `__fonts` directory.# Copyrights
1. [Overpass font](https://github.com/RedHatBrand/Overpass) created by RedHat
2. Build script uses parts of [Glyphr Studio sources](https://github.com/glyphr-studio/Glyphr-Studio-1)