pressbooks aldine theme the theme used for the front page or default book
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

38 lines
419 B

* {
box-sizing: border-box;
}
body {
margin: 0;
color: $dark-grey;
font-family: Spectral, serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: Karla, sans-serif;
}
h1 {
font-size: 30px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 2px;
line-height: 36px;
margin: 0;
}
h2 {
font-size: 16px;
font-weight: normal;
line-height: 30px;
margin: 0;
}
a {
color: $brand-primary;
}