MediaWiki: Common.css: Difference between revisions
From A Pyrrhic Fate
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
font-family: "typewriter"; | font-family: "typewriter"; | ||
src: url(https://pyrrhicfate.valsarn.com/fonts/MyUnderwood.ttf) format("truetype"); | src: url(https://pyrrhicfate.valsarn.com/fonts/MyUnderwood.ttf) format("truetype"); | ||
} | |||
@font-face { | |||
font-family: "clean typewriter"; | |||
src: url(https://pyrrhicfate.valsarn.com/fonts/SpecialElite.ttf) format("truetype"); | |||
} | } | ||
Revision as of 22:30, 13 January 2017
/* CSS placed here will be applied to all skins */
@font-face {
font-family: "typewriter";
src: url(https://pyrrhicfate.valsarn.com/fonts/MyUnderwood.ttf) format("truetype");
}
@font-face {
font-family: "clean typewriter";
src: url(https://pyrrhicfate.valsarn.com/fonts/SpecialElite.ttf) format("truetype");
}