MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
JoshuaJSlone (talk | contribs) No edit summary |
JoshuaJSlone (talk | contribs) No edit summary |
||
Line 4: | Line 4: | ||
h1 { | h1 { | ||
font-family: 'Courier New', Courier, monospace; | font-family: 'Courier New', Courier, monospace; | ||
font-weight: bold; | |||
} | } | ||
h2 { | h2 { | ||
font-family: 'Courier New', Courier, monospace; | font-family: 'Courier New', Courier, monospace; | ||
font-weight: bold; | |||
} | } | ||
Line 13: | Line 15: | ||
h3 { | h3 { | ||
font-family: 'Courier New', Courier, monospace; | font-family: 'Courier New', Courier, monospace; | ||
font-weight: bold; | |||
} | } |
Revision as of 15:58, 9 March 2014
/* CSS placed here will be applied to all skins */
h1 {
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
}
h2 {
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
}
h3 {
font-family: 'Courier New', Courier, monospace;
font-weight: bold;
}