Skip to content

Commit

Permalink
Download Fira Code as a font
Browse files Browse the repository at this point in the history
  • Loading branch information
kneasle committed Jan 11, 2024
1 parent 365bdb3 commit a6564fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main-page/sass/site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body {
margin: 0;
background: $bg-color;
color: $primary-color;
font-family: monospace;
font-family: Fira Code, monospace;
font-size: 17px;
}

Expand Down
3 changes: 3 additions & 0 deletions templates/main-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<title>kneasle::Home</title>

<link rel="stylesheet" href="/css/site.css"/>
<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=Fira+Code:wght@400;700&display=swap" rel="stylesheet">

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
Expand Down

0 comments on commit a6564fe

Please sign in to comment.