Team:University College London/css

From 2012.igem.org

(Difference between revisions)
(Created page with "@font-face { font-family: 'MavenProRegular'; src: url('maven_pro_regular-webfont.eot'); src: url('maven_pro_regular-webfont.eot?#iefix') format('eot'), url('...")
Line 1: Line 1:
-
@font-face {
+
body {
-
    font-family: 'MavenProRegular';
+
        font-family: 'Droid Sans', Helvetica, Arial, serif;
-
    src: url('maven_pro_regular-webfont.eot');
+
        font-size: 18px;
-
    src: url('maven_pro_regular-webfont.eot?#iefix') format('eot'),
+
      }
-
        url('maven_pro_regular-webfont.woff') format('woff'),
+
-
        url('maven_pro_regular-webfont.ttf') format('truetype'),
+
-
        url('maven_pro_regular-webfont.svg#webfontOM8fITNz') format('svg');
+
-
    font-weight: normal;
+
-
    font-style: normal;
+
-
}
+

Revision as of 19:22, 11 June 2012

body {

       font-family: 'Droid Sans', Helvetica, Arial, serif;
       font-size: 18px;
     }