|
1 |
| -@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800"); |
2 |
| - |
3 | 1 | @tailwind base;
|
4 | 2 | @tailwind components;
|
5 | 3 | @tailwind utilities;
|
6 | 4 |
|
7 | 5 | @layer utilities {
|
8 |
| - .font-eb-garamond-thin { |
9 |
| - font-family: "EB Garamond", serif; |
| 6 | + .font-gill-sans-thin { |
| 7 | + font-family: "Gill Sans", sans-serif; |
10 | 8 | font-weight: 100;
|
11 | 9 | font-style: normal;
|
12 | 10 | }
|
13 | 11 |
|
14 |
| - .font-eb-garamond-light { |
15 |
| - font-family: "EB Garamond", serif; |
| 12 | + .font-gill-sans-light { |
| 13 | + font-family: "Gill Sans", sans-serif; |
16 | 14 | font-weight: 300;
|
17 | 15 | font-style: normal;
|
18 | 16 | }
|
19 | 17 |
|
20 |
| - .font-eb-garamond-regular { |
21 |
| - font-family: "EB Garamond", serif; |
| 18 | + .font-gill-sans-regular { |
| 19 | + font-family: "Gill Sans", sans-serif; |
22 | 20 | font-weight: 400;
|
23 | 21 | font-style: normal;
|
24 | 22 | }
|
25 | 23 |
|
26 |
| - .font-eb-garamond-medium { |
27 |
| - font-family: "EB Garamond", serif; |
| 24 | + .font-gill-sans-medium { |
| 25 | + font-family: "Gill Sans", sans-serif; |
28 | 26 | font-weight: 500;
|
29 | 27 | font-style: normal;
|
30 | 28 | }
|
31 | 29 |
|
32 |
| - .font-eb-garamond-bold { |
33 |
| - font-family: "EB Garamond", serif; |
| 30 | + .font-gill-sans-semibold { |
| 31 | + font-family: "Gill Sans", sans-serif; |
| 32 | + font-weight: 600; |
| 33 | + font-style: normal; |
| 34 | + } |
| 35 | + |
| 36 | + .font-gill-sans-bold { |
| 37 | + font-family: "Gill Sans", sans-serif; |
34 | 38 | font-weight: 700;
|
35 | 39 | font-style: normal;
|
36 | 40 | }
|
37 | 41 |
|
38 |
| - .font-eb-garamond-black { |
39 |
| - font-family: "EB Garamond", serif; |
40 |
| - font-weight: 900; |
| 42 | + .font-gill-sans-extrabold { |
| 43 | + font-family: "Gill Sans", sans-serif; |
| 44 | + font-weight: 800; |
41 | 45 | font-style: normal;
|
42 | 46 | }
|
43 | 47 | }
|
0 commit comments