Difference between revisions of "Template:British Columbia/CSS"

Line 35: Line 35:
  
 
@font-face {
 
@font-face {
     font-family: GeosansLight;
+
     font-family: 'GeosansLight';
 
     src: url(GeosansLight.woff);
 
     src: url(GeosansLight.woff);
 
}
 
}
 
body {
 
background-color: #D9EDEB;
 
color: #45827A;
 
width: 100%;
 
margin: 48px 0 0 0;
 
padding: 0;
 
font-family: GeosansLight;
 
}
 
 
  
 
h1 {
 
h1 {
Line 58: Line 48:
 
}
 
}
  
 +
body {
 +
background-color: #D9EDEB;
 +
color: #45827A;
 +
width: 100%;
 +
margin: 48px 0 0 0;
 +
padding: 0;
 +
font-family: 'GeosansLight';
 +
}
  
 
p {
 
p {

Revision as of 01:44, 20 August 2018