Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterFloof authored May 11, 2023
1 parent f105fb2 commit 9f7c3ec
Show file tree
Hide file tree
Showing 11 changed files with 64 additions and 0 deletions.
61 changes: 61 additions & 0 deletions Lexcord.theme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
/**
* @name Lexcord
* @author WinterFloof#6673
* @description Changes Discord's font to Lexend Deca
* @version 1.0.0
* @source https://github.com/WinterFloof/Lexcord
*/

:root {
--font-primary: "Lexend Deca", "gg sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
--font-display: "Lexend Deca", "gg sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

@font-face {
font-family: "Lexend Deca";
font-style: normal;
font-weight: 300;
src: url("https://cdn.jsdelivr.net/gh/WinterFloof/Lexcord/fonts/Lexend-Light-300.ttf") format("ttf");
}

@font-face {
font-family: "Lexend Deca";
font-style: normal;
font-weight: 400;
src: url("https://cdn.jsdelivr.net/gh/WinterFloof/Lexcord/fonts/Lexend-Regular-400.ttf") format("ttf");
}

@font-face {
font-family: "Lexend Deca";
font-style: normal;
font-weight: 500;
src: url("https://cdn.jsdelivr.net/gh/WinterFloof/Lexcord/fonts/Lexend-Medium-500.ttf") format("ttf");
}

@font-face {
font-family: "Lexend Deca";
font-style: normal;
font-weight: 600;
src: url("https://cdn.jsdelivr.net/gh/WinterFloof/Lexcord/fonts/Lexend-SemiBold-600.ttf") format("ttf");
}

@font-face {
font-family: "Lexend Deca";
font-style: normal;
font-weight: 700;
src: url("https://cdn.jsdelivr.net/gh/WinterFloof/Lexcord/fonts/Lexend-Bold-700.ttf") format("ttf");
}

@font-face {
font-family: "Lexend Deca";
font-style: normal;
font-weight: 800;
src: url("https://cdn.jsdelivr.net/gh/WinterFloof/Lexcord/fonts/Lexend-ExtraBold-800") format("ttf");
}

@font-face {
font-family: "Lexend Deca";
font-style: normal;
font-weight: 900;
src: url("https://cdn.jsdelivr.net/gh/WinterFloof/Lexcord/fonts/Lexend-Black-900.ttf") format("ttf");
}
Binary file added fonts/Lexend-Black-900.ttf
Binary file not shown.
Binary file added fonts/Lexend-Bold-700.ttf
Binary file not shown.
Binary file added fonts/Lexend-ExtraBold-800.ttf
Binary file not shown.
Binary file added fonts/Lexend-ExtraLight-200.ttf
Binary file not shown.
Binary file added fonts/Lexend-Light-300.ttf
Binary file not shown.
Binary file added fonts/Lexend-Medium-500.ttf
Binary file not shown.
Binary file added fonts/Lexend-Regular-400.ttf
Binary file not shown.
Binary file added fonts/Lexend-SemiBold-600.ttf
Binary file not shown.
Binary file added fonts/Lexend-Thin-100.ttf
Binary file not shown.
3 changes: 3 additions & 0 deletions fonts/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
All fonts can be found here:

https://fonts.google.com/specimen/Lexend

0 comments on commit 9f7c3ec

Please sign in to comment.