×
Create a new article
Write your page title here:
We currently have 169 articles on The Sonic the Hedgehog Wiki. Type your article name above or click on one of the titles below and start writing!



The Sonic the Hedgehog Wiki

MediaWiki:Vector.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* Import Roboto Condensed font */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
/* Set Roboto Condensed as the default font */
body {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
    font-family: 'Roboto Condensed', Arial, sans-serif;
}
@media screen and (min-width: 1200px) {
@media screen and (min-width: 1200px) {
     .mw-page-container, .vector-header-container .mw-header, .vector-header-container .vector-sticky-header {
     .mw-page-container, .vector-header-container .mw-header, .vector-header-container .vector-sticky-header {