Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 423 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 423 Bytes

New Flesh

New Flesh

🍖 A meaty square display font, as OTF and web font.

Usage

Install the OTF file like any other font. To use as a web font, upload the fonts directory and NewFlesh.css, then link and apply the CSS in your HTML:

<link rel="stylesheet" href="NewFlesh.css">
<style>
  body {
    font-family: 'NewFlesh';
  }
</style>

It's very, very work in progress, sorry