Difference between revisions of "MediaWiki:Common.css"

From Leaving The Cradle Wiki
Jump to navigation Jump to search
 
(40 intermediate revisions by the same user not shown)
Line 2: Line 2:
@font-face  
@font-face  
{
{
font-family: "Raharr";
font-family: "Raharr_new";
src:
  src:  
url("http://raharrs.itstudios.ru/raharrwiki/resources/assets/raharrs_new.ttf") format("truetype");
         url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.ttf') format('truetype');
        src:  
         url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.woff') format('woff');
         url('http://raharrs.itstudios.ru/raharrwiki/resources/assets/raharrs_new-webfont.eot?#iefix') format('embedded-opentype'),
@font-face {
        font-family: 'raharrnew';
        src: url('http://raharrs.itstudios.ru/raharrwiki/resources/assets/raharrs_new-webfont.eot');
        src:
         url('http://raharrs.itstudios.ru/raharrwiki/resources/assets/raharrs_new-webfont.eot?#iefix') format('embedded-opentype'),
        url('http://raharrs.itstudios.ru/raharrwiki/resources/assets/raharrs_new-webfont.woff2') format('woff2'),
        url('http://raharrs.itstudios.ru/raharrwiki/resources/assets/raharrs_new-webfont.woff') format('woff'),
        url('http://raharrs.itstudios.ru/raharrwiki/resources/assets/raharrs_new-webfont.ttf') format('truetype');
}
}


Line 21: Line 12:
font-family: "Raharrhand";
font-family: "Raharrhand";
src:  
src:  
url("http://raharrs.itstudios.ru/raharrwiki/resources/assets/raharrs_hand.ttf") format("truetype");
url("./resources/assets/raharrs_hand.ttf") format("truetype");
}
}

Latest revision as of 05:05, 5 August 2019

/* CSS placed here will be applied to all skins */
@font-face 
	{
	font-family: "Raharr_new";
  src: 
        url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.ttf')  format('truetype');
        url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.woff') format('woff');
}

@font-face 
	{
	font-family: "Raharrhand";
	src: 
	url("./resources/assets/raharrs_hand.ttf") format("truetype");
	}