Add fira sans font (disabled)

This commit is contained in:
Nico Burns 2022-11-08 01:48:44 +00:00
parent 349c142018
commit 97922a00c4
6 changed files with 14 additions and 0 deletions

BIN
static/.DS_Store vendored Normal file

Binary file not shown.

12
static/fira-sans.css Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View file

@ -5,6 +5,7 @@
body {
font-family: system-ui, Arial, Helvetica, sans-serif;
font-family: "fira sans", system-ui, Arial, Helvetica, sans-serif;
background-color: #FFF;
color: #333;
}

View file

@ -7,6 +7,7 @@
<link rel="stylesheet" href="/static/normalize.css" />
<link rel="stylesheet" href="/static/index.css?{{ get_index_css_hash() }}" />
<link rel="stylesheet" href="/static/fira-sans.css" />
<link rel="stylesheet" href="/static/github-fork-ribbon.css" />
<style type="text/css">.github-fork-ribbon:before { background-color: #333; }</style>