Design

From Things and Stuff Wiki
Revision as of 02:45, 28 February 2012 by Milk (talk | contribs)
Jump to navigation Jump to search


Basics

HTML5

Page outlines

Responsive

Accessibility

Headings should not be removed using display:none, because it removes the headings from assistive technology. Instead headings can be made invisible to sighted users using CSS class="element-invisible". [1]

Fonts

  • 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.

UX