/BrutalistMono

Brutalist Mono font.

Primary LanguagePerlOtherNOASSERTION

Brutalist Mono

A font that looks like Menlo because it has a slashed zero and a longer hyphen.

Brutalist Mono is a fork of DejaVu Sans Mono v2.37 which itself is a fork of Bitstream Vera Sans Mono v1.10.

Download

Download TrueType fonts (brutalist-mono-ttf-3.002.zip).

Specimen

See what the font looks like.

License

Bitstream Vera License with Reserved Font Names "Bitstream" and "Vera".

Bitstream Vera License is the "non-copyleft" or "permissive" counterpart to SIL Open Font License 1.1 and shares with it same attributes on this chart except on "same license" column.

See LICENSE.

Change Log

See CHANGELOG.md.

Building

To generate the .ttf files, run

make

and find the .ttf files in build directory. You will need fontforge and ttfautohint (alternatively, ttfautohint-py) installed.

To generate the .zip and .tar.xz files that are suitable for distribution, follow the following instructions.

Download some files into the resources directory.

cd resources
wget http://www.unicode.org/Public/UNIDATA/Blocks.txt
wget http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
wget https://gitlab.freedesktop.org/fontconfig/fontconfig/-/archive/main/fontconfig-main.zip?path=fc-lang
unzip fontconfig-main.zip\?path\=fc-lang
mv fontconfig-main-fc-lang/fc-lang .
rmdir fontconfig-main-fc-lang
cd ..

Run make dist and the files will be in dist directory.

See: prerequisites.