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