Team:Calgary/StyleSheets/Typography

From 2013.igem.org

(Difference between revisions)
Line 13: Line 13:
https://2013.igem.org/Team:Calgary/StyleSheets/Typography
https://2013.igem.org/Team:Calgary/StyleSheets/Typography
-
***\
+
***/
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {

Revision as of 15:36, 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; }

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