Jump to content

MediaWiki:Common.css: Difference between revisions

From MARNE Wiki
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
font-family: Jost;
src: url('../font/Jost-Regular.ttf');
}
*, .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 {
    color: #FF862B;
}
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;
}