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

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

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)