MediaWiki:Darkvector.css: Difference between revisions

From The ARK: 2016
Jump to: navigation, search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');


#content h1,  
#firstHeading,  
#content h2, #content h3, #content h4, #content h5 {
#content h2, #content h3, #content h4, #content h5 {
   font-family: 'Roboto', sans-serif;
   font-family: 'Roboto', sans-serif !important;  
   font-weight: bold;
   font-weight: bold;
}
}


#firstHeading{
#content h3 { font-size: 1.35em; }
font:bold 30px 'Roboto', sans-serif;
#content h4 { font-size: 1.2em; }
}

Latest revision as of 05:49, 7 February 2023

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

#firstHeading, 
#content h2, #content h3, #content h4, #content h5 {
  font-family: 'Roboto', sans-serif !important; 
  font-weight: bold;
}

#content h3 { font-size: 1.35em; } 
#content h4 { font-size: 1.2em; }