https://github.com/certik/slabikar-otf
https://github.com/certik/slabikar-otf
cursive font opentype-fonts
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/certik/slabikar-otf
- Owner: certik
- License: mit
- Created: 2022-09-11T13:53:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T00:07:36.000Z (over 2 years ago)
- Last Synced: 2025-04-15T00:47:20.048Z (about 1 month ago)
- Topics: cursive, font, opentype-fonts
- Language: Python
- Homepage: https://certik.github.io/slabikar-otf/
- Size: 299 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slabikář Font
This is an OpenType font (OTF) version of the Slabikář font from Petr Olšák:
http://petr.olsak.net/ftp/olsak/slabikar/
The `Slabikar.otf` font works in LaTeX, HTML, system-wide and it should work on
any system and program that works with OTF fonts.# Examples
* LaTeX: [example.tex](./examples/tex/example.tex) ([example.pdf](./examples/tex/example.pdf))
* Online demo: https://certik.github.io/slabikar-otf/# Build Instructions
To build the `Slabikar.otf` font from source:
```
conda env create -f environment.yml
conda activate fonts
./build.sh
```To install system-wide on macOS, do:
```
cp Slabikar.otf ~/Library/Fonts
```
Then open up some text editor, such as Pages, and select the font
"Slabikář" and use it. Similarly on other systems.# License
The Slabikář font shapes were created by Petr Olšák in Metafont and copyrighted
by him.All the files in this repository were created by Ondřej Čertík and are licensed
under the MIT license, see [LICENSE](./LICENSE) file for more information.