-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLexcord.theme.css
62 lines (54 loc) · 1.79 KB
/
Lexcord.theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
/**
* @name Lexcord
* @author winterfloof
* @authorId 485412493540458507
* @description Changes Discord's font to Lexend Deca
* @source https://github.com/WinterFloof/Lexcord
* @version 1.0.0
*/
: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");
}