Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: .mw-headline { font-family: Impact, Charcoal, sans-serif; }") |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | .mw-headline { font-family: Impact, Charcoal, sans-serif; } | + | @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; } | ||
Revision as of 07:25, 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; }