1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 16:38:31 +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 {
font-family: "Helvetica Neue",sans-serif;
font-family: "ui-monospace", "monospace", sans-serif;
font-variant-numeric: tabular-nums;
}
}
@ -101,4 +101,4 @@
.ffz-aspect--align-bottom > :not(.ffz-aspect__spacer) {
bottom: 0;
}
}