Skip to content

Commit

Permalink
Use Inter 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Jan 8, 2024
1 parent 8cc019d commit 3f86351
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/stylesheets/inter.css

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions src/styling/typography.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ <h5>Level 5 heading</h5>

<h6>Level 6 heading</h6>

<h1 class="italic text-f0">Title heading 1</h1>

<h1 class="italic">Level 1 heading</h1>

<h2 class="italic">Level 2 heading</h2>

<h3 class="italic">Level 3 heading</h3>

<h4 class="italic">Level 4 heading</h4>

<h5 class="italic">Level 5 heading</h5>

<h6 class="italic">Level 6 heading</h6>

<h6 class="text-f7">Level 7 heading (with <code>.text-f7</code>)</h6>

<hr class="my-4" />
Expand Down

0 comments on commit 3f86351

Please sign in to comment.