From 869a8854f3ae3790506cc855c2de21daaf9093a9 Mon Sep 17 00:00:00 2001 From: Build Bot Date: Tue, 26 Sep 2023 23:42:49 +0000 Subject: [PATCH] Automatic css build --- styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles.css b/styles.css index a9b5849..0485e87 100755 --- a/styles.css +++ b/styles.css @@ -46,6 +46,7 @@ i { pre { font-family: var(--font-family); + font-display: swap; background: #f4f4f4; border: 1px solid #ddd; padding: 1rem; @@ -3564,6 +3565,7 @@ img.bordered { input, select, textarea, .textarea, option { font-family: var(--font-family); + font-display: swap; font-weight: 300; } input[type=checkbox] ~ .checked-visibility {