276
edits
Welcome to Mariopedia! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
(added) |
(oop) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | /* Default font (excluding headings and monospaced text) */ | ||
body { | body { | ||
font-family: | font-family: Verdana; | ||
} | } | ||
/* | /* <h3> MediaWiki headings </h3> */ | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2 { | ||
font-family: "Verdana", sans-serif; | font-family: "Verdana", sans-serif; | ||
} | } | ||