MediaWiki:Common.css: Difference between revisions

From APL Wiki
Jump to navigation Jump to search
Miraheze>RikedyP
No edit summary
Miraheze>RikedyP
No edit summary
Line 4: Line 4:
   src: url("https://github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.woff"),
   src: url("https://github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.woff"),
     url("https://github.com/rikedyp/APLCourse/raw/master/assets/Apl385.otf"),
     url("https://github.com/rikedyp/APLCourse/raw/master/assets/Apl385.otf"),
    url("https://github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.woff2"),
     url("https://github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.ttf");
     url("https://github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.ttf");
}
}

Revision as of 20:06, 18 September 2019

/* CSS placed here will be applied to all skins */
@font-face {
  font-family: "APL385 Unicode";
  src: url("https://github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.woff"),
    url("https://github.com/rikedyp/APLCourse/raw/master/assets/Apl385.otf"),
    url("https://github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.woff2"),
    url("https://github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.ttf");
}
.language-apl {
  font-family: "APL385 Unicode";
}