Created page with "All CSS here will be loaded for users of the Timeless skin: Website title text: #p-logo-text a { font-family: "Monospace"; font-variant: none; } Username text: #p-personal-label > b { font-family: "Monospace"; }"
 
No edit summary
Line 8: Line 8:
#p-personal-label > b {
#p-personal-label > b {
font-family: "Monospace";
font-family: "Monospace";
}
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation * {
    font-family: 'YourFontName', sans-serif !important;
}
}

Revision as of 21:24, 1 December 2025

/* All CSS here will be loaded for users of the Timeless skin */
/* Website title text */
#p-logo-text a {
	font-family: "Monospace";
	font-variant: none;
}
/* Username text */
#p-personal-label > b {
	font-family: "Monospace";
}
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation * {
    font-family: 'YourFontName', sans-serif !important;
}