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

13 lines
220 B
SCSS
Executable File

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