Skip to content

Commit

Permalink
Update font configurations to remove NerdFont from main and code font…
Browse files Browse the repository at this point in the history
… variables
  • Loading branch information
sang765 committed Feb 3, 2025
1 parent 7db3ebd commit d0861c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions themes/Anicord.dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
--app-blur: 0px;
--app-margin: 24px;
--app-radius: 10px;
--main-font: 'Tilt Neon', 'NerdFont';
--code-font: 'Lexend Deca', 'NerdFont';
--main-font: 'Tilt Neon';
--code-font: 'Lexend Deca';
--main-rgb: 0,0,0;
--main-content-opacity: 0.2;
--sidebar-opacity: 0.4;
Expand Down Expand Up @@ -161,10 +161,10 @@
}
/* Custom Font */
* {
font-family: var(--main-font);
font-family: var(--main-font), 'NerdFont';
}
code {
font-family: var(--code-font);
font-family: var(--code-font), 'NerdFont';
}
/* Nerd Font Fixed */
.container_c8ffbb .membersGroup_c8ffbb, /* Members List */
Expand Down

0 comments on commit d0861c1

Please sign in to comment.