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:  
   src: local("APL385 Unicode"),
    local("APL385 Unicode"),
     url('//github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.woff2') format('woff2'),
     url('//github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.woff2') format('woff2'),
     url('//github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.woff') format('woff'),
     url('//github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.woff') format('woff'),
Line 15: Line 14:
}
}
#f-poweredbyico{
#f-poweredbyico{
display:none;
visibility: hidden;
}
}

Revision as of 11:34, 19 September 2019

/* CSS placed here will be applied to all skins */
@font-face {
  font-family: 'APL385 Unicode';
  src: local("APL385 Unicode"),
    url('//github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.woff2') format('woff2'),
    url('//github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.woff') format('woff'),
    url('//github.com/rikedyp/APLCourse/raw/master/assets/Apl385.otf'),
    url('//github.com/rikedyp/APLCourse/raw/master/assets/apl385-webfont.ttf');
}
.language-apl {
  font-family: 'APL385 Unicode';
  background: #EBF4FA;
  border: none;
}
#f-poweredbyico{
	visibility: hidden;
}