Jump to content

MediaWiki:Common.css: Difference between revisions

From MARNE Wiki
No edit summary
No edit summary
 
Line 6: Line 6:
*, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, #firstHeading {
*, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, #firstHeading {
     font-family: "jost", sans-serif;
     font-family: "jost", sans-serif;
}
a:hover {
    opacity: 0.8;
}
a:visited {
    color: #FF862B;
}
}

Latest revision as of 08:28, 4 July 2025

/* CSS placed here will be applied to all skins */
@font-face {
	font-family: Jost;	
	src: url('../font/Jost-Regular.ttf');
}
*, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, #firstHeading {
    font-family: "jost", sans-serif;
}