Skip to content

Releases: mmulet/font-game-engine

Fontemon version 1

17 Mar 01:41
Compare
Choose a tag to compare

First release of Fontemon!
There are two versions of the font because different font renderers have different requirements.

  • Use fontemon_small.otf if you are going to install the font on your machine. It has worse color support, but works in more places than fontemon_web.otf
  • If you use fontemon_web.otf, make sure you enable discretionary ligatures.
    You can do this in css like this:
body{
 font-variant-ligatures:discretionary-ligatures;
}

Open issues if you have problems and submit pull requests with screen shots of font games in crazy places!