avdgaag / nanoc-template

A simple template project for websites built with Nanoc

Home Page:http://github.com/avdgaag/nanoc-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use better font normalisation

avdgaag opened this issue · comments

fonts.css from the YUI Library: developer.yahoo.com/yui/
Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages

body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }