diff --git a/assets/style.css b/assets/style.css index 210216c..b745cc9 100644 --- a/assets/style.css +++ b/assets/style.css @@ -59,12 +59,18 @@ body { background: white; } -h1, h2, h3, h4, h5, h6 { +h1, h2 { font-family: 'Barlow Condensed', sans-serif; color: #555; border-bottom: 1pt solid #e8e8e8; } +h3, h4, h5, h6 { + font-family: 'Barlow Semi Condensed', sans-serif; + color: #555; + border-bottom: 1pt solid #e8e8e8; +} + h1 { font-size: 250%; font-weight: bold; @@ -238,7 +244,7 @@ input, button { } .index-card-title { - font-family: 'Barlow Condensed', sans-serif; + font-family: 'Barlow Semi Condensed', sans-serif; font-size: 80%; }