From e2e4e62edfe4281638d31dc89a19654dea328bbc Mon Sep 17 00:00:00 2001 From: stderr64 Date: Wed, 19 Nov 2025 01:07:04 +0200 Subject: Moved font-display to correct place in CSS --- css/xservers.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/xservers.css b/css/xservers.css index 6288746..d6261ce 100644 --- a/css/xservers.css +++ b/css/xservers.css @@ -1,11 +1,11 @@ @font-face{ src: url( "../fonts/FiraCode-Regular.ttf" ); font-family: "Fira Code Regular"; + font-display: swap; } html{ font-family: "Fira Code Regular"; - font-display: swap; background-color: #1F1F2C; background-attachment: fixed; background-size: cover; @@ -18,7 +18,6 @@ html{ body{ font-family: "Fira Code Regular"; - font-display: swap; background-color: #1F1F2C; background-attachment: fixed; background-size: cover; -- cgit v1.2.3-95-g76ab