MediaWiki: Common.css: Difference between revisions

From A Pyrrhic Fate
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: <style type="text/css"> @font-face { font-family: "typewriter"; src: url(fonts/MyUnderwood.ttf) format("truetype");...")
 
No edit summary
Line 3: Line 3:
@font-face {
@font-face {
     font-family: "typewriter";
     font-family: "typewriter";
     src: url(fonts/MyUnderwood.ttf) format("truetype");
     src: url(https://pyrrhicfate.valsarn.com/fonts/MyUnderwood.ttf) format("truetype");
}
}
</style>
</style>

Revision as of 22:17, 13 January 2017

/* CSS placed here will be applied to all skins */
<style type="text/css">
@font-face {
    font-family: "typewriter";
    src: url(https://pyrrhicfate.valsarn.com/fonts/MyUnderwood.ttf) format("truetype");
}
</style>