Difference between revisions of "MediaWiki:Common.css"
From XMission Wiki
Line 5: | Line 5: | ||
font-style: normal; | font-style: normal; | ||
font-weight: 400; | font-weight: 400; | ||
− | src: | + | src: url(http://themes.googleusercontent.com/static/fonts/arvo/v6/WJ6D195CfbTRlIs49IbkFw.woff) format('woff'); |
} | } | ||
− | # | + | #firstHeading { |
font-family: 'Arvo', sans-serif; | font-family: 'Arvo', sans-serif; | ||
font-size:24px; | font-size:24px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Revision as of 13:55, 31 January 2014
/* CSS placed here will be applied to all skins */
@font-face {
font-family: 'Arvo';
font-style: normal;
font-weight: 400;
src: url(http://themes.googleusercontent.com/static/fonts/arvo/v6/WJ6D195CfbTRlIs49IbkFw.woff) format('woff');
}
#firstHeading {
font-family: 'Arvo', sans-serif;
font-size:24px;
}