-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f105fb2
commit 9f7c3ec
Showing
11 changed files
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |