Switch font to Fira Sans
It has tabular numbers, and it's nice and big too.
This commit is contained in:
parent
6e42681b71
commit
fc39f2a5f3
2 changed files with 3 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue