-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglobal.css
30 lines (27 loc) · 915 Bytes
/
global.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
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: 'ISOCPEUR';
src: url('../fonts/ISOCPEUR.woff2') format('woff2'),
url('../fonts/ISOCPEUR.woff') format('woff'),
url('../fonts/ISOCPEUR.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Gothic A1';
src: url('../fonts/GothicA1-Regular.woff2') format('woff2'),
url('../fonts/GothicA1-Regular.woff') format('woff'),
url('../fonts/GothicA1-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Pixelated Elegance';
src: url('../fonts/PixelatedEleganceRegular-ovyAA.woff2') format('woff2'),
url('../fonts/PixelatedEleganceRegular-ovyAA.woff') format('woff'),
url('../fonts/PixelatedEleganceRegular-ovyAA.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}