diff options
| author | RblSb <msrblsb@gmail.com> | 2024-12-14 13:53:28 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2024-12-14 13:53:28 +0300 |
| commit | 25b7ecb45d43018235c6a8eb5b4ce833f2dec668 (patch) | |
| tree | c572e4f21edfc0321fa5c992ace177cd301ce401 | |
| parent | 6419916b7803f3c86e1b7de3899aa325edcb66d1 (diff) | |
Remove inter font
| -rw-r--r-- | res/css/des.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/res/css/des.css b/res/css/des.css index 89ab857..343f0ad 100644 --- a/res/css/des.css +++ b/res/css/des.css @@ -2,8 +2,6 @@ /* CSS Document */ -@import url(https://rsms.me/inter/inter.css); - :root { --background-video: #000; --background-chat: #111; @@ -32,7 +30,7 @@ html { } body { - font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: .875rem; line-height: 1.4; color: var(--foreground); |
