Monsters serif font, version 1.0

I wrote this font in web font format. See monsters.net for the font in action on every page. It a TrueType font I made using TypeTool 3. Return to the main fonts page.

This is an example of the monsters font in action.

The entire font, lowercase

ab cd ef ghi jkl mno pqr stu vwx yz

The entire font, uppercase

abc def ghi jkl mno pqr stu vwx yz

How to use the font in CSS/HTML

@font-face {
    font-family: 'monsters_silly_serifregular';
    src: url('monsters_serif-webfont.eot');
    src: url('monsters_serif-webfont.eot?#iefix') format('embedded-opentype'),
         url('monsters_serif-webfont.woff') format('woff'),
         url('monsters_serif-webfont.ttf') format('truetype'),
         url('monsters_serif-webfont.svg#monsters_silly_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

See Kristen's other font stuff

But wait, I want the True Type Font

  • The true type font is typically what you would install on your computer to use in Word, Photoshop, and other applications
  • Download only the TrueType font and do what you want with it