mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Actually disable fira sans
This commit is contained in:
parent
97922a00c4
commit
c261eb3504
1 changed files with 1 additions and 1 deletions
|
@ -4,8 +4,8 @@
|
|||
}
|
||||
|
||||
body {
|
||||
/*font-family: "fira sans", system-ui, Arial, Helvetica, sans-serif;*/
|
||||
font-family: system-ui, Arial, Helvetica, sans-serif;
|
||||
font-family: "fira sans", system-ui, Arial, Helvetica, sans-serif;
|
||||
background-color: #FFF;
|
||||
color: #333;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue