Difference between revisions of "MediaWiki:Common.css"

From Our History
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { font-family: "Arial", sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: "Arial", sans-serif; } p { fo...")
(No difference)

Revision as of 15:13, 26 June 2024

/* CSS placed here will be applied to all skins */
body {
    font-family: "Arial", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Arial", sans-serif;
}

p {
    font-family: "Arial", sans-serif;
}