diff options
| author | stderr64 <stderr64@null.net> | 2025-11-19 01:07:04 +0200 |
|---|---|---|
| committer | stderr64 <stderr64@null.net> | 2025-11-19 01:07:04 +0200 |
| commit | e2e4e62edfe4281638d31dc89a19654dea328bbc (patch) | |
| tree | df49f0578379f71e69c8a39aee1ed66beac60363 | |
| parent | cc180f5adccd7f9bdc6446fd3184666322aedf47 (diff) | |
| download | xservers_indigo-e2e4e62edfe4281638d31dc89a19654dea328bbc.tar.gz xservers_indigo-e2e4e62edfe4281638d31dc89a19654dea328bbc.tar.zst | |
Moved font-display to correct place in CSS
| -rw-r--r-- | css/xservers.css | 3 |
1 files changed, 1 insertions, 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; |
