MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 26: Line 26:
     --rsw-blue: #438ab6;
     --rsw-blue: #438ab6;
     --osrsw-brown: #605443;
     --osrsw-brown: #605443;
}
@import url("https://fonts.googleapis.com/css?family=Montserrat");
@font-face {
  font-family: "Futura";
  src: url("http://discorddungeons.me/fonts/Futura.woff");
}
}


Line 118: Line 124:
         url('filepath://RuneScape_Small.woff') format('woff');
         url('filepath://RuneScape_Small.woff') format('woff');
}
}
@font-face {
    font-family: 'Lato';
    font-weight: bold;
    font-style: italic;
    font-display: swap;
    src: url('filepath://IBMPlexSans-BoldItalic.woff') format('woff');
}


:root {
:root {
Line 161: Line 176:
.mw-body-content h5,
.mw-body-content h5,
.mw-body-content h6 {
.mw-body-content h6 {
     font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
     /*font-family: 'PT Serif', 'Palatino', 'Georgia', serif;*/
    font-family: "Lato" sans-serif;
}
}



Navigation menu