add default heading, link typography

This commit is contained in:
Ray Elliott 2020-05-20 19:27:36 +01:00
parent 306fec4bcd
commit 7545266a3d
1 changed files with 14 additions and 0 deletions

View File

@ -44,3 +44,17 @@ body {
color: $color-body;
background-color: $background-color;
}
h1,
h2,
h3,
h4,
h5,
h6 {
@include font-title();
}
a,
button {
@include font-link();
}