Difference between revisions of "MediaWiki:Common.css"

From Excommunicatis
Jump to: navigation, search
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: FateCoreFont;
+
src: url(\FateCoreFont.ttf);
+
}
+
  
 
#fate{
 
#fate{
font-family: FateCoreFont;
 
 
font-family: Fate Core Glyphs;
 
font-family: Fate Core Glyphs;
src: url(\FateCoreFont.ttf);
+
src: url(FateCoreFont.ttf);
 
}
 
}

Revision as of 17:52, 29 February 2016

/* CSS placed here will be applied to all skins */


#fate{
font-family: Fate Core Glyphs;
src: url(FateCoreFont.ttf);
}