mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-16 01:56:55 +00:00
Use monospace font to avoid layout flickering
This commit is contained in:
parent
7428781614
commit
5e5bc8f2ab
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.ffz-stat-text {
|
.ffz-stat-text {
|
||||||
font-family: "Helvetica Neue",sans-serif;
|
font-family: "ui-monospace", "monospace", sans-serif;
|
||||||
font-variant-numeric: tabular-nums;
|
font-variant-numeric: tabular-nums;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue