Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Alex Jiang (talk | contribs) |
Alex Jiang (talk | contribs) |
||
Line 8: | Line 8: | ||
@font-face { | @font-face { | ||
font-family: "Franklin Gothic Book"; | font-family: "Franklin Gothic Book"; | ||
− | src: url(https://files.slack.com/files-pri/T0JA2A9Q9-F0RLDB3G8/download/franklin-gothic-book.ttf?pub_secret=327cdaaeb8); | + | src: url("https://files.slack.com/files-pri/T0JA2A9Q9-F0RLDB3G8/download/franklin-gothic-book.ttf?pub_secret=327cdaaeb8"); |
h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { |
Revision as of 16:52, 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("https://files.slack.com/files-pri/T0JA2A9Q9-F0RLDB3G8/download/franklin-gothic-book.ttf?pub_secret=327cdaaeb8");
h1, h2, h3, h4, h5, h6 {
font-family: "Franklin Gothic Book";
}
html, body {
font-family: Helvetica, sans-serif;
}