MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
14 bytes removed ,  09:59, 17 October 2019
Fall back to monospace differently
Miraheze>Marshall
(Fall back to monospace if APL385 can't be loaded)
Miraheze>Marshall
(Fall back to monospace differently)
Line 8: Line 8:
     url("https://github.com/rikedyp/APLcourse/raw/master/assets/Apl385.ttf") format("truetype"), /* Safari, Android, iOS */
     url("https://github.com/rikedyp/APLcourse/raw/master/assets/Apl385.ttf") format("truetype"), /* Safari, Android, iOS */
     url("https://github.com/rikedyp/APLcourse/raw/master/assets/Apl385.woff") format("woff"), /* Modern Browsers */
     url("https://github.com/rikedyp/APLcourse/raw/master/assets/Apl385.woff") format("woff"), /* Modern Browsers */
     url("https://github.com/rikedyp/APLcourse/raw/master/assets/Apl385.woff2") format("woff2"), /* Modern Browsers */
     url("https://github.com/rikedyp/APLcourse/raw/master/assets/Apl385.woff2") format("woff2"); /* Modern Browsers */
    local('monospace');
   font-weight: normal;
   font-weight: normal;
   font-style: normal;
   font-style: normal;
Line 17: Line 16:
}
}
.apl{
.apl{
   font-family: 'APL385 Unicode';
   font-family: 'APL385 Unicode',monospace;
   line-height: 2.4ex;
   line-height: 2.4ex;
   white-space: pre-wrap;
   white-space: pre-wrap;
Anonymous user

Navigation menu