add default heading, link typography
This commit is contained in:
parent
306fec4bcd
commit
7545266a3d
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue