Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Alex Jiang (talk | contribs) |
Alex Jiang (talk | contribs) |
||
Line 9: | Line 9: | ||
src: url(/mediawiki/resources/assets/fonts/franklin-gothic-book.ttf); | src: url(/mediawiki/resources/assets/fonts/franklin-gothic-book.ttf); | ||
− | h1, h2, h3, h4, h5, h6 { | + | .mw-body h1, h2, h3, h4, h5, h6 { |
font-family: franklinGothicBook; | font-family: franklinGothicBook; | ||
} | } |
Revision as of 15:02, 9 March 2016
/* CSS placed here will be applied to all skins */
#mw-head, #mw-panel, #footer {
background-color: #00B2A9;
}
@font-face {
font-family: franklinGothicBook;
src: url(/mediawiki/resources/assets/fonts/franklin-gothic-book.ttf);
.mw-body h1, h2, h3, h4, h5, h6 {
font-family: franklinGothicBook;
}