MediaWiki:Common.css: Difference between revisions
Appearance
	
	
No edit summary  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */  | /* 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 {  | *, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, #firstHeading {  | ||
     font-family: "jost", sans-serif;  |      font-family: "jost", sans-serif;  | ||
Revision as of 08:27, 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;
}
a:hover {
    opacity: 0.8;
}
a:visited {
    color: #FF862B;
}