Team:UNITN-Trento/CSS/Project pages

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
@import url(http://fonts.googleapis.com/css?family=Boogaloo);
@import url(http://fonts.googleapis.com/css?family=Boogaloo);
-
@import url(http://fonts.googleapis.com/css?family=Inika);
+
@import url(http://fonts.googleapis.com/css?family=Quattrocento);
#tn-content h1 {
#tn-content h1 {
Line 9: Line 9:
#tn-content {
#tn-content {
-
     font-family: 'Inika', serif;
+
     font-family: 'Quattrocento', serif;
}
}

Revision as of 09:08, 20 August 2013

@import url(http://fonts.googleapis.com/css?family=Boogaloo); @import url(http://fonts.googleapis.com/css?family=Quattrocento);

  1. tn-content h1 {
   border: none;
   font-family: 'Boogaloo', cursive;
   font-size: 2.5em;

}

  1. tn-content {
   font-family: 'Quattrocento', serif;

}

  1. tn-content .subtitle {
   font-weight: bold;

}

  1. tn-content .quote {
   font-size: 0.8em;
   font-style: italic;

}