Team:Calgary/StyleSheets/Typography

From 2013.igem.org

(Difference between revisions)
Line 17: Line 17:
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
font: bold underline 200% Arial, Helvetica, sans-serif;
font: bold underline 200% Arial, Helvetica, sans-serif;
-
line-height: 12px;
+
line-height: 10px;
}
}

Revision as of 16:37, 5 June 2013

/*** 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

      • /

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

h1 { font-size: 3.2em; }

h2 { font-size: 2.4em; }

h3 { font-size: 1.9em; }

h4 { font-size: 1.6em; }

h5 { font-size: 1.3em; }

h6 { font-size: 1.1em; }

p, li { font: 1.6em/1.5 "Times New Roman", Times, serif; }