From 7545266a3d97fcb83d6ad8f111dc5cf1e345e2fc Mon Sep 17 00:00:00 2001 From: ray Date: Wed, 20 May 2020 19:27:36 +0100 Subject: [PATCH] add default heading, link typography --- src/scss/_base.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/scss/_base.scss b/src/scss/_base.scss index ffa5562..2491fe9 100644 --- a/src/scss/_base.scss +++ b/src/scss/_base.scss @@ -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(); +}