Difference between revisions of "MediaWiki:Common.css"

From Leaving The Cradle Wiki
Jump to navigation Jump to search
Line 4: Line 4:
font-family: "Raharr";
font-family: "Raharr";
src:  
src:  
url("https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.ttf") format("truetype");  
url("./resources/assets/raharrs_new.ttf") format("truetype");  


     src: url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new-webfont.eot?#iefix') format('embedded-opentype'),
     src: url('./resources/assets/raharrs_new-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.ttf') format('truetype');
         url('./resources/assets/raharrs_new.ttf') format('truetype');
         }
         }


Line 14: Line 14:
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");
}
}

Revision as of 04:54, 5 August 2019

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

    src: url('./resources/assets/raharrs_new-webfont.eot?#iefix') format('embedded-opentype'),
         url('./resources/assets/raharrs_new.ttf') format('truetype');
        }

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