Difference between revisions of "MediaWiki:Common.css"
| Line 3: | Line 3: | ||
@font-face { | @font-face { | ||
font-family: "A240Column"; | font-family: "A240Column"; | ||
| − | src: url("type/a24a-webfont.eot"); | + | src: url("../type/a24a-webfont.eot"); |
src: local("☺"), | src: local("☺"), | ||
| − | url("type/a24a-webfont.woff") format("woff"), | + | url("../type/a24a-webfont.woff") format("woff"), |
| − | url("type/a24a-webfont.otf") format("opentype"), | + | url("../type/a24a-webfont.otf") format("opentype"), |
| − | url("type/a24a-webfont.ttf") format("truetype"), | + | url("../type/a24a-webfont.ttf") format("truetype"), |
| − | url("type/a24a-webfont.svg#filename") format("svg"); | + | url("../type/a24a-webfont.svg#filename") format("svg"); |
} | } | ||
.mw-headline { font-family: A240Column, Impact, Charcoal, sans-serif; } | .mw-headline { font-family: A240Column, Impact, Charcoal, sans-serif; } | ||
Revision as of 07:33, 24 September 2018
/* CSS placed here will be applied to all skins */
@font-face {
font-family: "A240Column";
src: url("../type/a24a-webfont.eot");
src: local("☺"),
url("../type/a24a-webfont.woff") format("woff"),
url("../type/a24a-webfont.otf") format("opentype"),
url("../type/a24a-webfont.ttf") format("truetype"),
url("../type/a24a-webfont.svg#filename") format("svg");
}
.mw-headline { font-family: A240Column, Impact, Charcoal, sans-serif; }