-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput.css
42 lines (36 loc) · 966 Bytes
/
input.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
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: "FuturaLocal";
src: url("./fonts/Futura/Futura-Medium-01.ttf") format("truetype");
font-style: normal;
weight: 500;
}
@font-face {
font-family: "FuturaLocalBold";
src: url("./fonts/Futura/Futura-Bold-03.ttf") format("truetype");
font-style: bold;
weight: 700;
}
@font-face {
font-family: "FuturaLocal";
src: url("./fonts/Futura/Futura-MediumItalic-02.ttf") format("truetype");
font-style: italic;
weight: 500;
}
@font-face {
font-family: "Orbitron";
src: url("./fonts/Orbitron/Orbitron-VariableFont_wght.ttf") format("truetype");
font-style: normal;
}
@font-face {
font-family: "Figtree";
src: url("./fonts/Figtree/Figtree-VariableFont_wght.ttf") format("truetype");
font-style: normal;
}
@font-face {
font-family: "Figtree";
src: url("./fonts/Figtree/Figtree-Italic-VariableFont_wght.ttf") format("truetype");
font-style: italic;
}