Difference between revisions of "MediaWiki:Common.css"

From Leaving The Cradle Wiki
Jump to navigation Jump to search
 
(6 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("https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.ttf") format("truetype");
        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');
    src: url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new-webfont.eot?#iefix') format('embedded-opentype'),
}
        url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.ttf') format('truetype');
        }


@font-face  
@font-face  
Line 14: Line 12:
font-family: "Raharrhand";
font-family: "Raharrhand";
src:  
src:  
url("https://wiki.leavingthecradle.com/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");
	}