Switch font to Fira Sans

It has tabular numbers, and it's nice and big too.
This commit is contained in:
Aaron Fenyes 2024-11-01 23:58:45 -07:00
parent 6e42681b71
commit fc39f2a5f3
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ body {
margin: 0px;
color: #fcfcfc;
background-color: #222;
font-family: 'Lato';
font-family: 'Fira Sans', sans-serif;
}
/* sidebar */
@ -36,7 +36,7 @@ body {
/* KLUDGE */
#add-remove > button.emoji {
font-family: 'Noto Emoji';
font-family: 'Noto Emoji', sans-serif;
}
/* outline */