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 2: Line 2:
@font-face {
@font-face {
   font-family: "APL385 Unicode";
   font-family: "APL385 Unicode";
   src: url("https://github.com/rikedyp/APLCourse/raw/master/assets/Apl385.woff") format("woff"),
   src: url("//misc.aplteam.com/apl385.woff"),
      url("http://misc.aplteam.com/apl385.ttf") format("truetype");
    url("//misc.aplteam.com/apl385.ttf");
}
}
.language-apl {
.language-apl {
   font-family: "APL385 Unicode";
   font-family: "APL385 Unicode";
}
}

Revision as of 19:51, 18 September 2019

/* CSS placed here will be applied to all skins */
@font-face {
  font-family: "APL385 Unicode";
  src: url("//misc.aplteam.com/apl385.woff"),
    url("//misc.aplteam.com/apl385.ttf");
}
.language-apl {
  font-family: "APL385 Unicode";
}