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_new";
font-family: "Raharr_new";
   src:  
   src:  
         url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.ttf')  format('truetype'), /* Safari, Android, iOS */
         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'), /* Pretty Modern Browsers */
         url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.woff') format('woff');
        }
}


@font-face  
@font-face  

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