Changes

From Life After BOB Wiki
no edit summary
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";
 
}
 
}