MediaWiki:Common.css: Difference between revisions
Appearance
	
	
No edit summary  | 
				No edit summary  | 
				||
| (5 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 */  | ||
@  | @font-face {  | ||
*, mw-body {  | 	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;  |      font-family: "jost", sans-serif;  | ||
}  | }  | ||
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;
}