Difference between revisions of "MediaWiki:Common.css"

From AIMux
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css?family=Baloo+Chettan|Concert+One|Federo|Forum|Mitr|Orbitron|Quando|Roboto+Sla...")
 
Line 14: Line 14:
 
font-family: 'Voces', cursive;
 
font-family: 'Voces', cursive;
 
font-family: 'Baloo Chettan', cursive;
 
font-family: 'Baloo Chettan', cursive;
 +
 +
div #Orbitron {font-family: 'Orbitron', sans-serif;}
 +
 +
 +
body {font-family: 'Orbitron', sans-serif;
 +
      font-size: 80%}

Revision as of 01:44, 4 January 2019

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

@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan|Concert+One|Federo|Forum|Mitr|Orbitron|Quando|Roboto+Slab|Special+Elite|Tenor+Sans|Voces');

font-family: 'Orbitron', sans-serif;
font-family: 'Mitr', sans-serif;
font-family: 'Tenor Sans', sans-serif;
font-family: 'Federo', sans-serif;
font-family: 'Quando', serif;
font-family: 'Roboto Slab', serif;
font-family: 'Special Elite', cursive;
font-family: 'Concert One', cursive;
font-family: 'Forum', cursive;
font-family: 'Voces', cursive;
font-family: 'Baloo Chettan', cursive;

div #Orbitron {font-family: 'Orbitron', sans-serif;}


body {font-family: 'Orbitron', sans-serif;
      font-size: 80%}