Difference between revisions of "MediaWiki:Common.css"

From XMission Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
@import url('http://fonts.googleapis.com/css?family=Arvo:400,700');
+
@font-face {
 +
  font-family: 'Arvo';
 +
  font-style: normal;
 +
  font-weight: 400;
 +
  src: local('Arvo'), url(http://themes.googleusercontent.com/static/fonts/arvo/v6/WJ6D195CfbTRlIs49IbkFw.woff) format('woff');
 +
}
  
 
#firstHeading {
 
#firstHeading {
   font-family: 'Arvo', serif;
+
   font-family: 'Arvo', sans-serif;
 
   font-size:24px;
 
   font-size:24px;
 
}
 
}

Revision as of 14:41, 31 January 2014

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

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

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