1
0
Fork 0
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:
RUSshy 2021-03-13 20:21:47 +01:00 committed by GitHub
parent 7428781614
commit 5e5bc8f2ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
} }
} }