Sha256: 19a3bc3e18f9c7ce0d76b8e8a326a46c05a80a80fccbf525ff53ee4512ccbd32
Contents?: true
Size: 503 Bytes
Versions: 1
Compression:
Stored size: 503 Bytes
Contents
/* TYPOGRAPHY Font related information only (ie. font-*, text-*, line-height ) See http://www.alistapart.com/articles/howtosizetextincss for sizing technique for a quick note - just hit this: http://jontangerine.com/silo/css/pixels-to-ems/ very easy guide to use. */ body { font-family: "Lucida Sans Unicode", "Lucida Grande", arial, verdana, sans-serif; } /* 34px */ h1 { font-size: 2.125em; } /* 26px */ h2 { font-size: 1.625em; } /* 14px */ ul#navigation, #footer { font-size: 0.875em; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
beef-layout-0.2.0 | generators/layout_files/templates/public/stylesheets/typography.css |