MediaWiki

Common.css: Difference between revisions

Citadel LRP

(Move into default skin at Foreground.css, per BW wiki, to allow people to use otherskins with accessibility tweaks for them.)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
   
 
@import url('https://fonts.googleapis.com/css?family=Abel');
 
@import url('https://fonts.googleapis.com/css?family=Abel');
  +
@import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700');
  +
@import url('https://fonts.googleapis.com/css?family=Exo+2:400,400i,700,700i');
  +
@import url('https://fonts.googleapis.com/css?family=Exo:400,400i,700,700i');
  +
@import url('https://fonts.googleapis.com/css?family=Play:400,700');

Latest revision as of 14:53, 19 September 2018

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

@import url('https://fonts.googleapis.com/css?family=Abel');
@import url('https://fonts.googleapis.com/css?family=Inconsolata:400,700');
@import url('https://fonts.googleapis.com/css?family=Exo+2:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Exo:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Play:400,700');