Difference between revisions of "MediaWiki:Common.css"

From Leaving The Cradle Wiki
Jump to navigation Jump to search
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
<![if !IE]>
@font-face  
@font-face  
{
{
Line 14: Line 12:
url("http://raharrs.itstudios.ru/raharrwiki/resources/assets/raharrs_hand.ttf") format("truetype");
url("http://raharrs.itstudios.ru/raharrwiki/resources/assets/raharrs_hand.ttf") format("truetype");
}
}
<![endif]>

Revision as of 10:43, 8 November 2015

/* CSS placed here will be applied to all skins */
@font-face 
	{
	font-family: "Raharr";
	src: 
	url("http://raharrs.itstudios.ru/raharrwiki/resources/assets/raharrs_new.ttf") format("truetype");
	}
@font-face 
	{
	font-family: "Raharrhand";
	src: 
	url("http://raharrs.itstudios.ru/raharrwiki/resources/assets/raharrs_hand.ttf") format("truetype");
	}