All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit bd97c3eb3b
.
It turns out that this is actually an issue with the native font
stack in Bootstrap v5. Roboto is still in the font stack, but they
added `system-ui` to the beginning of the list and there is some
issue or inconsistency with the system-ui behavior on Linux.
See: https://github.com/twbs/bootstrap/issues/32447