Difference between revisions of "MediaWiki:Common.css"
From Excommunicatis
(2 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
#fate{ | #fate{ | ||
font-family: FateFont; | font-family: FateFont; | ||
+ | font-size: 200%; | ||
+ | } | ||
+ | #sfate{ | ||
+ | font-family: FateFont; | ||
} | } |
Latest revision as of 15:25, 30 March 2016
/* CSS placed here will be applied to all skins */ @font-face { font-family: FateFont; src: url(FateCoreFont.ttf); } #fate{ font-family: FateFont; font-size: 200%; } #sfate{ font-family: FateFont; }