Difference between revisions of "MediaWiki:Common.css"
From Excommunicatis
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
+ | @font-face { | ||
+ | font-family: FateFont; | ||
+ | src: url(FateCoreFont.ttf); | ||
+ | } | ||
#fate{ | #fate{ | ||
− | font-family: | + | font-family: FateFont; |
− | + | ||
} | } |
Revision as of 17:57, 29 February 2016
/* CSS placed here will be applied to all skins */ @font-face { font-family: FateFont; src: url(FateCoreFont.ttf); } #fate{ font-family: FateFont; }