Team:Calgary/StyleSheets/Typography

From 2013.igem.org

(Difference between revisions)
(Created page with "/*** 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 --...")
Line 20: Line 20:
h1 {
h1 {
-
font-size: 3.2em;
+
font-size: 3.2em !important;
}
}

Revision as of 22:46, 4 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; }

h1 { font-size: 3.2em !important; }

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 { font: 1.6em/1.2 "Times New Roman", Times, serif; }