Team:Calgary/StyleSheets/Typography

From 2013.igem.org

/*** Name: Wm. Keith van der Meulen Date: Summer 2013 Organization: University of Calgary iGEM Team 2013

---Purpose--- CSS code to define all typographical element styles


Cite: Wm. Keith van der Meulen University of Calgary iGEM 2013 https://2013.igem.org/Team:Calgary/StyleSheets/Typography?action=raw&ctype=text/css

      • /

h1, h2, h3, h4, h5, h6 { font: bold underline 200% Arial, Helvetica, sans-serif; line-height: 1.2; }

h1 { font-size: 32px; }

h2 { font-size: 24px; }

h3 { font-size: 19px; }

h4 { font-size: 16px; }

h5 { font-size: 13px; }

h6 { font-size: 11px; }

p, a, li, td, b, strong, i, em { font: 16px/1.5 "Times New Roman", Times, serif; }

p { text-indent: 3.5em; }