You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
raffitz 01ce72359e
Comply with character orientation convention
12 months ago
.github/workflows Rewrite buildscript for broader OS support (#2) 3 years ago
docs Comply with character orientation convention 12 months ago
mawkin_sans.ufo Comply with character orientation convention 12 months ago
.gitignore Rewrite buildscript for broader OS support (#2) 3 years ago
LICENSE.txt Add glyphs 3 years ago
README.md Add usage info for non-devs (#3) 2 years ago
build.sh Comply with character orientation convention 12 months ago
demo.png Comply with character orientation convention 12 months ago
requirements.txt Rewrite buildscript for broader OS support (#2) 3 years ago
title.png Comply with character orientation convention 12 months ago

README.md

Mawkin Sans

Mawkin Sans is a self-flipping font.

An example of text can be seen here:

The last metroid is in captivity. The galaxy is at peace.

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