Typography

From Things and Stuff Wiki
Revision as of 02:26, 26 July 2012 by Milk (talk | contribs) (→‎Units)
Jump to navigation Jump to search


Basics

  • FontForge - An outline font editor that lets you create your own postscript, truetype, opentype, cid-keyed, multi-master, cff, svg and bitmap (bdf, FON, NFNT) fonts, or edit existing ones. Also lets you convert one format to another.


Articles

Units

font-size: 62.5%;
  set 1em equal to 10px

The em unit is relative to the font-size of the parent, which causes the compounding issue. The rem unit is relative to the root—or the html—element. That means that we can define a single font size on the html element and define all rem units to be a percentage of that.

Kerning

Font symbols

Webfont symbols

Guides

Basic

Fonts

JS