Skip to content

Commit

Permalink
use Barlow Condensed for headings
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Feb 6, 2024
1 parent e1b5387 commit 76df7e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 4 additions & 3 deletions static/style.css
Expand Up @@ -38,16 +38,17 @@ body {

/* HEADINGS */

h1 { font-size: 2em; }
h1 { font-size: 3em; }

h2, h1.deemphasized { font-size: 1.5em; }
h2, h1.deemphasized { font-size: 2.5em; }

h3, h2.deemphasized { font-size: 1.25em; }
h3, h2.deemphasized { font-size: 2em; }

h1, h2, h3, h4 {
margin: .2em 0 .2em -0.1em;
padding: 0 .1em;
line-height: 1.4;
font-family: 'Barlow Condensed', sans-serif;
}


Expand Down
4 changes: 4 additions & 0 deletions templates/base.html
Expand Up @@ -14,6 +14,10 @@
<link rel="canonical" href="{{ current_url | safe }}">
<meta name="description" content="{% block description %}{{ config.description }}{% endblock %}">

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&family=Source+Sans+3:wght@400;500;600&display=swap" rel="stylesheet">

{% block rss -%}
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ get_url(path="index.xml", trailing_slash=false) | safe }}">
{% endblock -%}
Expand Down

0 comments on commit 76df7e9

Please sign in to comment.