Changes

From Life After BOB Wiki
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 */
 +
 +
/* Roboto */
 
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
 +
/* Aileron */
 +
@import url("https://use.typekit.net/bhd4pcd.css");
    
@font-face {
 
@font-face {
Line 14: Line 18:  
body {
 
body {
 
   font-size: large;
 
   font-size: large;
   font-family: "Roboto", san-serif;
+
   font-family: aileron,sans-serif;
 +
  font-weight: 400;
 +
  font-style: normal;
 
   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);
background-repeat: repeat-x;
+
  background-repeat: repeat-x;
background-attachment: fixed;
+
  background-attachment: fixed;
background-size: cover;
+
  background-size: cover;
 
}
 
}