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