Team:USTC-China/ project.css
From 2012.igem.org
(Created page with "@font-face { font-family: "TheSerif Bold Caps"; src: url(http://www.koodoz.com.au/wp-content/themes/koodoz/style/flash/theserif-boldcaps-webfont.eot); - →IE: src: local("T...") |
(qule !) |
||
Line 17: | Line 17: | ||
div.stage h3 { | div.stage h3 { | ||
- | font-family:"TheSerif Extra Light Italic",Georgia | + | font-family:"TheSerif Extra Light Italic",Georgia; |
font-weight: normal; | font-weight: normal; | ||
font-size: 24px; | font-size: 24px; | ||
Line 23: | Line 23: | ||
} | } | ||
div.stage h3 span { | div.stage h3 span { | ||
- | font-family: "TheSerif Bold Caps",Georgia | + | font-family: "TheSerif Bold Caps",Georgia; |
display: block; | display: block; | ||
letter-spacing: 0.03em; | letter-spacing: 0.03em; | ||
text-transform: lowercase; | text-transform: lowercase; | ||
} | } |
Revision as of 15:19, 1 September 2012
@font-face { font-family: "TheSerif Bold Caps"; src: url(http://www.koodoz.com.au/wp-content/themes/koodoz/style/flash/theserif-boldcaps-webfont.eot); /* IE */ src: local("TheSerif Bold Caps"), url(http://www.koodoz.com.au/wp-content/themes/koodoz/style/flash/TheSerif-BoldCaps.ttf" type="text/ttf") format("truetype"); /* the good browsers */ }
@font-face { font-family: "TheSerif Extra Light Italic"; src: url(http://www.koodoz.com.au/wp-content/themes/koodoz/style/flash/theserif-extralightitalic-webfont.eot); /* IE */ src: local("TheSerif Extra Light Italic"), url(http://www.koodoz.com.au/wp-content/themes/koodoz/style/flash/TheSerif-ExtraLightItalic.ttf) format("truetype"); /* the good browsers */ }
/*---------------------write by bearimf-----------------*/
div.stage h3 {
font-family:"TheSerif Extra Light Italic",Georgia; font-weight: normal; font-size: 24px; line-height: 1em;
} div.stage h3 span {
font-family: "TheSerif Bold Caps",Georgia; display: block; letter-spacing: 0.03em; text-transform: lowercase;
}