Difference between revisions of "MediaWiki:Common.css"

From Leaving The Cradle Wiki
Jump to navigation Jump to search
Line 3: Line 3:
{
{
font-family: "Raharr";
font-family: "Raharr";
   src: url('./resources/assets/raharrs_new.eot'); /* IE9 Compat Modes */
   src: url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.eot'); /* IE9 Compat Modes */
   src: url('./resources/assets/raharrs_new.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
   src: url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('./resources/assets/raharrs_new.woff') format('woff'), /* Pretty Modern Browsers */
        url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.woff') format('woff'), /* Pretty Modern Browsers */
      url('./resources/assets/raharrs_new.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.woff2') format('woff2'), /* Super Modern Browsers */
      url('./resources/assets/raharrs_new.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.ttf')  format('truetype'), /* Safari, Android, iOS */
         }
         }



Revision as of 05:02, 5 August 2019

/* CSS placed here will be applied to all skins */
@font-face 
	{
	font-family: "Raharr";
  src: url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.eot'); /* IE9 Compat Modes */
  src: url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        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.woff2') format('woff2'), /* Super Modern Browsers */
        url('https://wiki.leavingthecradle.com/raharrwiki/resources/assets/raharrs_new.ttf')  format('truetype'), /* Safari, Android, iOS */
        }

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