daux.io/themes/daux_singlepage/scss/_typography.scss

13 lines
220 B
SCSS
Raw Normal View History

2016-05-23 20:09:15 +02:00
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-family-heading);
2016-05-23 20:09:15 +02:00
font-weight: 300;
}
.s-content {
padding: 15px 25px 25px;
background-color: white;
@import "../../common/scss/_typography.scss";
}