No edit summary
No edit summary
 
Line 1: Line 1:
/* 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-header *,
#mw-site-navigation *,
#mw-site-navigation *,
#mw-related-navigation * {
#mw-related-navigation * {
     font-family: 'YourFontName', sans-serif !important;
     font-family: 'Monospace', sans-serif !important;
}
}

Latest revision as of 21:26, 1 December 2025

}
#mw-header *,
#mw-site-navigation *,
#mw-related-navigation * {
    font-family: 'Monospace', sans-serif !important;
}