raffitz
01ce72359e
|
2 years ago | |
---|---|---|
.github/workflows | 3 years ago | |
docs | 2 years ago | |
mawkin_sans.ufo | 2 years ago | |
.gitignore | 3 years ago | |
LICENSE.txt | 3 years ago | |
README.md | 3 years ago | |
build.sh | 2 years ago | |
demo.png | 2 years ago | |
requirements.txt | 3 years ago | |
title.png | 2 years ago |
README.md
Mawkin Sans is a self-flipping font.
An example of text can be seen here:
Usage
Download the latest version of the font. For desktop use, you'll want to download the mawkin_sans.otf
file and install it as a system font. For use on a website, you'll want mawkin_sans.woff2
, and the following CSS:
@font-face {
font-family: 'mawkin_sansregular';
src: url('./mawkin_sans.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
Building
Prerequisites
- have python3 and imagemagick installed (commands vary per OS)
Run builder
This will build the font and generate the title and demo.
./build.sh