Commit Graph

5 Commits

Author SHA1 Message Date
Alan Orth 450aa912f0
Revert "Use Roboto for body text"
continuous-integration/drone/push Build is passing Details
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
2020-12-12 18:33:43 +02:00
Alan Orth bd97c3eb3b
Use Roboto for body text
continuous-integration/drone/push Build is passing Details
This is what the native font stack in Bootstrap v4 was using and I
think it looks better than Cantarell in Bootstrap v5 on Linux.
2020-12-12 00:12:46 +02:00
Alan Orth af205f7d0b
Remove Playfair 900 weight
It is not used anywhere.
2020-12-08 10:18:44 +02:00
Alan Orth 96f8ac99f4
Use Playfair font with Latin, Latin Extended, and Cyrillic 2020-12-07 22:33:06 +02:00
Alan Orth f670020674
Commit basic working example 2020-12-07 14:13:09 +02:00