Skip to content

Commit

Permalink
Remove 'Lexend Deca' as code font and update README to highlight Nerd…
Browse files Browse the repository at this point in the history
… Font support
  • Loading branch information
sang765 committed Feb 3, 2025
1 parent 4c3d1d2 commit 41049ca
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Anicord.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
--app-radius: 10px; /* - */

--main-font: 'Tilt Neon';
--code-font: 'Lexend Deca';
--code-font: '';

--accent-hue: 204; /* Main Color */
--accent-saturation: 80%;
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@

<!-- BODY -->

## <img src="assets/New.png" alt="New" width="50"> New Features:

- Nerd Font Support, Now you can use Nerd Font Icon with others custom font.

![Nerd Font](/assets/NerdFontPreview.png)

## 🖼️ Screenshots: (Old "Update soon")
>[!NOTE]
> This screenshot was taken with ***148 Vencord plugins enabled*** so there will be some things that are different in the screenshot. Hope you understand (I'm too lazy to turn it off)
Expand Down Expand Up @@ -83,7 +89,7 @@ https://sang765.github.io/Anicord-Theme/themes/Anicord.css
--app-margin: 24px;
--app-radius: 10px; /* - */
--main-font: 'Tilt Neon';
--code-font: 'Lexend Deca';
--code-font: '';
--accent-hue: 204; /* Main Color */
--accent-saturation: 80%;
--accent-lightness: 65%;
Expand Down
Binary file added assets/NerdFontPreview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/New.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion themes/Anicord.dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
--app-margin: 24px;
--app-radius: 10px;
--main-font: 'Tilt Neon';
--code-font: 'Lexend Deca';
--code-font: '';
--main-rgb: 0,0,0;
--main-content-opacity: 0.2;
--sidebar-opacity: 0.4;
Expand Down
1 change: 0 additions & 1 deletion themes/fonts.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');

@font-face {
font-family: 'NerdFont';
Expand Down

0 comments on commit 41049ca

Please sign in to comment.