Difference between revisions of "MediaWiki:Common.css"

From Leaving The Cradle Wiki
Jump to navigation Jump to search
(Created page with "→‎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.tt...")
 
Line 7: Line 7:
src:  
src:  
url("http://raharrs.itstudios.ru/raharrwiki/resources/assets/raharrs_new.ttf") format("truetype");
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");
}
}

Revision as of 00:24, 3 October 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");
	}