diff --git a/static/style.css b/static/style.css index 2c6c6c2..9f6e141 100644 --- a/static/style.css +++ b/static/style.css @@ -88,8 +88,11 @@ body nav input { url('./fonts/atkinson-hyperlegible/woff2/Atkinson-Hyperlegible-Regular-102a.woff2') format('woff2'), url('./fonts/atkinson-hyperlegible/woff/Atkinson-Hyperlegible-Regular-102.woff') format('woff'), url('./fonts/atkinson-hyperlegible/ttf/Atkinson-Hyperlegible-Regular-102.ttf') format('truetype'); + + /* Make sure text is displayed ASAP, even if this font is not ready. */ + font-display: swap; } -} + /* Node styling */ .node {