Difference between revisions of "MediaWiki:Common.css"

From Archive • Game Research Institute
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css?family=Rajdhani'); font-family: 'Rajdhani', sans-serif;")
 
 
(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
@import url('https://fonts.googleapis.com/css?family=Rajdhani');
 
@import url('https://fonts.googleapis.com/css?family=Rajdhani');
  
font-family: 'Rajdhani', sans-serif;
+
body{
 +
  font-family: 'Rajdhani', sans-serif;
 +
  font-size: 120%;
 +
}
 +
 
 +
h1, h2, h3, h4, h5, h6{
 +
  font-family: 'Rajdhani', sans-serif !important;
 +
  font-weight: 800;
 +
}

Latest revision as of 19:07, 13 November 2018

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

@import url('https://fonts.googleapis.com/css?family=Rajdhani');

body{
   font-family: 'Rajdhani', sans-serif;
   font-size: 120%;
}

h1, h2, h3, h4, h5, h6{
   font-family: 'Rajdhani', sans-serif !important;
   font-weight: 800;
}