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
 
(One intermediate revision by the same user not shown)
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 */
#mw-header *,
#p-personal-label > b {
#mw-site-navigation *,
font-family: "Monospace";
#mw-related-navigation * {
    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;
}