Changes

Jump to navigation Jump to search
m
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 */
 +
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
 +
 
@font-face {
 
@font-face {
 
   font-family: Akzidenz-Grotesk-Medium;
 
   font-family: Akzidenz-Grotesk-Medium;
Line 9: Line 11:  
   src: url(https://labxwiki.s3.us-east-2.amazonaws.com/resources/fonts/RobotoCondensed-Regular.ttf);
 
   src: url(https://labxwiki.s3.us-east-2.amazonaws.com/resources/fonts/RobotoCondensed-Regular.ttf);
 
}
 
}
 +
 
body {
 
body {
 
   font-size: large;
 
   font-size: large;
   font-family: "Roboto-Condensed-Regular";
+
   font-family: "Roboto", san-serif;
 
   background-color: white;
 
   background-color: white;
 
background-image: url(https://d2w9rnfcy7mm78.cloudfront.net/12043113/original_80c69ac0f24ef97284ced30c86f3e185.png);
 
background-image: url(https://d2w9rnfcy7mm78.cloudfront.net/12043113/original_80c69ac0f24ef97284ced30c86f3e185.png);

Navigation menu