Difference between revisions of "MediaWiki:Common.css"

From Familia
Jump to: navigation, search
(Created page with "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%; }")
 
(No difference)

Latest revision as of 18:06, 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;
font-size: 200%;
}