Skip to content

Commit

Permalink
Remove inter font
Browse files Browse the repository at this point in the history
  • Loading branch information
RblSb committed Dec 14, 2024
1 parent 6419916 commit 25b7ecb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions res/css/des.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

/* CSS Document */

@import url(https://rsms.me/inter/inter.css);

:root {
--background-video: #000;
--background-chat: #111;
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 25b7ecb

Please sign in to comment.