MediaWiki: Common.css: Difference between revisions

From A Pyrrhic Fate
Jump to: navigation, search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
<style type="text/css">
@font-face {
@font-face {
     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");
}
}
</style>

Revision as of 22:27, 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");
}