Team:TecMonterrey/Estilos.css
From 2013.igem.org
(Difference between revisions)
KingDavid2 (Talk | contribs) (Created page with "@import url(http://fonts.googleapis.com/css?family=Happy+Monkey); body{ font-size: 14px; font-family: 'Happy Monkey'; text-align: justify; }") |
KingDavid2 (Talk | contribs) |
||
(One intermediate revision not shown) | |||
Line 5: | Line 5: | ||
font-family: 'Happy Monkey'; | font-family: 'Happy Monkey'; | ||
text-align: justify; | text-align: justify; | ||
+ | } | ||
+ | |||
+ | #globalWrapper{ | ||
+ | font-size: 14px!important; | ||
} | } |
Latest revision as of 03:19, 28 September 2013
@import url(http://fonts.googleapis.com/css?family=Happy+Monkey);
body{ font-size: 14px; font-family: 'Happy Monkey'; text-align: justify; }
- globalWrapper{
font-size: 14px!important; }