Difference between revisions of "MediaWiki:Common.css"

From KS5 Mathematics
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=Voltaire);
+
@import url(http://fonts.googleapis.com/css?family=Raleway);
#content { font-family: "Voltaire",Helvetica,Arial,Sans; }
+
#content { font-family: "Raleway",Helvetica,Arial,sans-serif; }
 
.tocnumber { display: none; }
 
.tocnumber { display: none; }

Revision as of 16:28, 29 September 2013

/* CSS placed here will be applied to all skins */
@import url(http://fonts.googleapis.com/css?family=Raleway);
#content { font-family: "Raleway",Helvetica,Arial,sans-serif; }
.tocnumber { display: none; }