forked from rust-dublin/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcabinet-grotesk.css
110 lines (108 loc) · 3.42 KB
/
cabinet-grotesk.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
/**
* @license
*
* Font Family: Cabinet Grotesk
* Designed by: ITF
* URL: https://www.fontshare.com/fonts/cabinet-grotesk
* © 2024 Indian Type Foundry
*
* Cabinet Grotesk Thin
* Cabinet Grotesk Extralight
* Cabinet Grotesk Light
* Cabinet Grotesk Regular
* Cabinet Grotesk Medium
* Cabinet Grotesk Bold
* Cabinet Grotesk Extrabold
* Cabinet Grotesk Black
* Cabinet Grotesk Variable (Variable font)
*
*/
@font-face {
font-family: 'CabinetGrotesk-Thin';
src: url('../fonts/CabinetGrotesk-Thin.woff2') format('woff2'),
url('../fonts/CabinetGrotesk-Thin.woff') format('woff'),
url('../fonts/CabinetGrotesk-Thin.ttf') format('truetype');
font-weight: 100;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'CabinetGrotesk-Extralight';
src: url('../fonts/CabinetGrotesk-Extralight.woff2') format('woff2'),
url('../fonts/CabinetGrotesk-Extralight.woff') format('woff'),
url('../fonts/CabinetGrotesk-Extralight.ttf') format('truetype');
font-weight: 200;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'CabinetGrotesk-Light';
src: url('../fonts/CabinetGrotesk-Light.woff2') format('woff2'),
url('../fonts/CabinetGrotesk-Light.woff') format('woff'),
url('../fonts/CabinetGrotesk-Light.ttf') format('truetype');
font-weight: 300;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'CabinetGrotesk-Regular';
src: url('../fonts/CabinetGrotesk-Regular.woff2') format('woff2'),
url('../fonts/CabinetGrotesk-Regular.woff') format('woff'),
url('../fonts/CabinetGrotesk-Regular.ttf') format('truetype');
font-weight: 400;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'CabinetGrotesk-Medium';
src: url('../fonts/CabinetGrotesk-Medium.woff2') format('woff2'),
url('../fonts/CabinetGrotesk-Medium.woff') format('woff'),
url('../fonts/CabinetGrotesk-Medium.ttf') format('truetype');
font-weight: 500;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'CabinetGrotesk-Bold';
src: url('../fonts/CabinetGrotesk-Bold.woff2') format('woff2'),
url('../fonts/CabinetGrotesk-Bold.woff') format('woff'),
url('../fonts/CabinetGrotesk-Bold.ttf') format('truetype');
font-weight: 700;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'CabinetGrotesk-Extrabold';
src: url('../fonts/CabinetGrotesk-Extrabold.woff2') format('woff2'),
url('../fonts/CabinetGrotesk-Extrabold.woff') format('woff'),
url('../fonts/CabinetGrotesk-Extrabold.ttf') format('truetype');
font-weight: 800;
font-display: swap;
font-style: normal;
}
@font-face {
font-family: 'CabinetGrotesk-Black';
src: url('../fonts/CabinetGrotesk-Black.woff2') format('woff2'),
url('../fonts/CabinetGrotesk-Black.woff') format('woff'),
url('../fonts/CabinetGrotesk-Black.ttf') format('truetype');
font-weight: 900;
font-display: swap;
font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 100.0 to 900.0
*/
@font-face {
font-family: 'CabinetGrotesk-Variable';
src: url('../fonts/CabinetGrotesk-Variable.woff2') format('woff2'),
url('../fonts/CabinetGrotesk-Variable.woff') format('woff'),
url('../fonts/CabinetGrotesk-Variable.ttf') format('truetype');
font-weight: 100 900;
font-display: swap;
font-style: normal;
}