MediaWiki:Darkvector.css: Difference between revisions

From The ARK: 2016
Jump to: navigation, search
(Created page with "@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); #content h1, #content h2, #content h3, #content h4, #content h5 { font-family: 'Roboto', sans-serif; font-weight: bold; }")
 
No edit summary
Line 5: Line 5:
   font-family: 'Roboto', sans-serif;
   font-family: 'Roboto', sans-serif;
   font-weight: bold;
   font-weight: bold;
}
#firstHeading{
font:bold 30px 'Roboto', sans-serif;
}
}

Revision as of 20:16, 5 February 2023

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

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

#firstHeading{
	font:bold 30px 'Roboto', sans-serif;
}