mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add fira sans font (disabled)
This commit is contained in:
parent
349c142018
commit
97922a00c4
6 changed files with 14 additions and 0 deletions
BIN
static/.DS_Store
vendored
Normal file
BIN
static/.DS_Store
vendored
Normal file
Binary file not shown.
12
static/fira-sans.css
Normal file
12
static/fira-sans.css
Normal file
File diff suppressed because one or more lines are too long
BIN
static/fonts/firasans-regular.woff
Normal file
BIN
static/fonts/firasans-regular.woff
Normal file
Binary file not shown.
BIN
static/fonts/firasans-regular.woff2
Normal file
BIN
static/fonts/firasans-regular.woff2
Normal file
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue