Difference between revisions of "MediaWiki:Common.css"

From AIMux
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('https://fonts.googleapis.com/css?family=Quando|Roboto+Slab|Special+Elite|Tenor+Sans|Voces');
+
@import url('https://fonts.googleapis.com/css?family=Quando|Roboto+Slab|Special+Elite|Tenor+Sans|Voces|Exo|Expletus+Sans|Josefin+Sans|Roboto:300');
  
 
/*  
 
/*  
Line 9: Line 9:
 
font-family: 'Special Elite', cursive; ++
 
font-family: 'Special Elite', cursive; ++
 
font-family: 'Voces', cursive; +++
 
font-family: 'Voces', cursive; +++
 +
font-family: 'Expletus Sans', cursive;
 +
font-family: 'Josefin Sans', sans-serif;
 +
font-family: 'Exo', sans-serif;
 +
font-family: 'Roboto', sans-serif;
 
*/
 
*/
  
  
body {font-family: 'Special Elite', Cursive}
+
body {font-family: 'Expletus Sans', Cursive}
 
/* changes the default font used for MediaWiki (does not include headings or monospaced text) */
 
/* changes the default font used for MediaWiki (does not include headings or monospaced text) */
  
div#content h1, div#content h2 {font-family: 'Special Elite', cursive}
+
div#content h1, div#content h2 {font-family: 'Expletus Sans', cursive}
 
/* changes the default font used for MediaWiki headings */
 
/* changes the default font used for MediaWiki headings */

Revision as of 16:54, 5 January 2019

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

@import url('https://fonts.googleapis.com/css?family=Quando|Roboto+Slab|Special+Elite|Tenor+Sans|Voces|Exo|Expletus+Sans|Josefin+Sans|Roboto:300');

/* 
font-family: 'Tenor Sans', sans-serif; +++
font-family: 'Quando', serif; +++
font-family: 'Roboto Slab', serif; +++
font-family: 'Special Elite', cursive; ++
font-family: 'Voces', cursive; +++
font-family: 'Expletus Sans', cursive;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Exo', sans-serif;
font-family: 'Roboto', sans-serif;
*/


body {font-family: 'Expletus Sans', Cursive}
/* changes the default font used for MediaWiki (does not include headings or monospaced text) */

div#content h1, div#content h2 {font-family: 'Expletus Sans', cursive}
/* changes the default font used for MediaWiki headings */