MediaWiki:Common.css: Difference between revisions

From XMission Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


@font-face {
 
  font-family: 'Arvo';
  font-style: normal;
  font-weight: normal;
  src: url(http://themes.googleusercontent.com/static/fonts/arvo/v6/WJ6D195CfbTRlIs49IbkFw.woff) format('woff');
}


#firstHeading {
#firstHeading {
   font-family: 'Arvo', sans-serif;
   font-family: 'Arvo', sans-serif;
   font-size:24px;
   font-size:28px;
}
  color:#888;
 
 
@font-face {
    font-family: 'Open Sans Light';
    src: url('//www.mozilla.org/media/fonts/OpenSans-Light-webfont.eot');
    src: url('//www.mozilla.org/media/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('//www.mozilla.org/media/fonts/OpenSans-Light-webfont.woff') format('woff'),
        url('//www.mozilla.org/media/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
        url('//www.mozilla.org/media/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
}

Revision as of 14:10, 31 January 2014

/* CSS placed here will be applied to all skins */



#firstHeading {
  font-family: 'Arvo', sans-serif;
  font-size:28px;
  color:#888;
}