-
Notifications
You must be signed in to change notification settings - Fork 3
/
whitney.css
91 lines (87 loc) · 3.29 KB
/
whitney.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
/**
* @name ClearVision Add-on: Whitney
* @author ClearVision Team
* @version 1.0.0
* @description Whitney Font import
* @source https://github.com/ClearVision/Addons
* @website https://clearvision.gitlab.io
* @invite 2fKpjAR
*/
/*
Although this theme is designed for Clearvision-v6, it is applicable to every other theme. We have already set --font-primary for you.
If you are using another theme, you may want to set your font in whatever font variable is provided to you as well
Add the contents of the root below into the root of of your theme file or copy the entire root below into the bottom of your theme
Copy and paste @import url(https://clearvision.github.io/Addons/whitney.css); below the other imports
Now, change your main-font back to Whitney (this looks like
--main-font: Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
in ClearVision)
*/
@font-face{
font-family:Whitney;
font-style:normal;
font-weight:300;
src:url(https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/fonts/46933da896ba96126074286056614542.woff2) format("woff2")
}
@font-face{
font-family:Whitney;
font-style:italic;
font-weight:300;
src:url(https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/fonts/1651ce6325c0da043476ace0bec3971b.woff2) format("woff2")
}
@font-face{
font-family:Whitney;
font-style:normal;
font-weight:400;
src:url(https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/fonts/24bda95d153a319704c33329f3ab84bb.woff2) format("woff2")
}
@font-face{
font-family:Whitney;
font-style:italic;
font-weight:400;
src:url(https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/fonts/7f18f1d5ab6ded7cf71bbc1f907ee3d4.woff2) format("woff2")
}
@font-face{
font-family:Whitney;
font-style:normal;
font-weight:500;
src:url(https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/fonts/cf4a8a10bbdf9b775fad41e0b9921c84.woff2) format("woff2")
}
@font-face{
font-family:Whitney;
font-style:italic;
font-weight:500;
src:url(https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/fonts/9cfa747e897c772d25efd8e4a42a005e.woff2) format("woff2")
}
@font-face{
font-family:Whitney;
font-style:normal;
font-weight:600;
src:url(https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/fonts/f9e7047f6447547781512ec4b977b2ab.woff2) format("woff2")
}
@font-face{
font-family:Whitney;
font-style:italic;
font-weight:600;
src:url(https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/fonts/21070f52a8a6a61edef9785eaf303fb8.woff2) format("woff2")
}
@font-face{
font-family:Whitney;
font-style:normal;
font-weight:700;
src:url(https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/fonts/f9c8fcfa7dcc5d6a291a6ebbe3bb847e.woff2) format("woff2")
}
@font-face{
font-family:Whitney;
font-style:italic;
font-weight:700;
src:url(https://cdn.jsdelivr.net/gh/Overimagine1/old-discord-font/fonts/5e1649183589023fb24667a369af585d.woff2) format("woff2")
}
@font-face {
font-family: Whitney;
font-style: bold;
font-weight: 700;
src: url(https://cdn.glitch.com/ec49dcb2-f55b-45c7-95be-e51f466e2cff%2Fwhitneybold.woff?v=1610494282762) format("woff")
}
:root{
--font-primary: var(--main-font);
}