daux.io/themes/daux_singlepage/less/_typography.less

13 lines
219 B
Plaintext
Raw Normal View History

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