Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| + | @font-face { | ||
| + | font-family: Akzidenz-Grotesk-Medium; | ||
| + | src: url(https://labxwiki.s3.us-east-2.amazonaws.com/resources/fonts/Akzidenz-Grotesk-Medium.otf); | ||
| + | } | ||
body { | body { | ||
font-size: large; | font-size: large; | ||
| + | font-family: "Akzidenz-Grotesk-Medium"; | ||
} | } | ||
Revision as of 21:34, 20 May 2021
/* CSS placed here will be applied to all skins */
@font-face {
font-family: Akzidenz-Grotesk-Medium;
src: url(https://labxwiki.s3.us-east-2.amazonaws.com/resources/fonts/Akzidenz-Grotesk-Medium.otf);
}
body {
font-size: large;
font-family: "Akzidenz-Grotesk-Medium";
}