|
7 | 7 | } |
8 | 8 |
|
9 | 9 | @font-face { |
10 | | - font-family: 'Montserrat'; |
11 | | - src: url('/public/fonts/Montserrat-Regular.ttf') format('truetype'); |
12 | 10 | font-weight: 500; |
| 11 | + font-family: "Montserrat"; |
13 | 12 | font-style: normal; |
| 13 | + src: url("/public/fonts/Montserrat-Regular.ttf") format("truetype"); |
14 | 14 | } |
15 | 15 |
|
16 | 16 | @font-face { |
17 | | - font-family: 'Montserrat'; |
18 | | - src: url('/public/fonts/Montserrat-Bold.ttf') format('truetype'); |
19 | 17 | font-weight: 700; |
| 18 | + font-family: "Montserrat"; |
20 | 19 | font-style: normal; |
| 20 | + src: url("/public/fonts/Montserrat-Bold.ttf") format("truetype"); |
21 | 21 | } |
22 | 22 |
|
23 | 23 | @font-face { |
24 | | - font-family: 'Manrope'; |
25 | | - src: url('/public/fonts/Manrope-Light.ttf') format('truetype'); |
26 | 24 | font-weight: 200; |
| 25 | + font-family: "Manrope"; |
27 | 26 | font-style: normal; |
| 27 | + src: url("/public/fonts/Manrope-Light.ttf") format("truetype"); |
28 | 28 | } |
29 | 29 |
|
30 | 30 | @font-face { |
31 | | - font-family: 'Manrope'; |
32 | | - src: url('/public/fonts/Manrope-ExtraLight.ttf') format('truetype'); |
33 | 31 | font-weight: 300; |
| 32 | + font-family: "Manrope"; |
34 | 33 | font-style: normal; |
| 34 | + src: url("/public/fonts/Manrope-ExtraLight.ttf") format("truetype"); |
35 | 35 | } |
36 | 36 |
|
37 | 37 | @font-face { |
38 | | - font-family: 'Manrope'; |
39 | | - src: url('/public/fonts/Manrope-Regular.ttf') format('truetype'); |
40 | 38 | font-weight: 400; |
| 39 | + font-family: "Manrope"; |
41 | 40 | font-style: normal; |
| 41 | + src: url("/public/fonts/Manrope-Regular.ttf") format("truetype"); |
42 | 42 | } |
43 | 43 |
|
44 | 44 | @font-face { |
45 | | - font-family: 'Manrope'; |
46 | | - src: url('/public/fonts/Manrope-Medium.ttf') format('truetype'); |
47 | 45 | font-weight: 500; |
| 46 | + font-family: "Manrope"; |
48 | 47 | font-style: normal; |
| 48 | + src: url("/public/fonts/Manrope-Medium.ttf") format("truetype"); |
49 | 49 | } |
50 | 50 |
|
51 | 51 | @font-face { |
52 | | - font-family: 'Manrope'; |
53 | | - src: url('/public/fonts/Manrope-SemiBold.ttf') format('truetype'); |
54 | 52 | font-weight: 600; |
| 53 | + font-family: "Manrope"; |
55 | 54 | font-style: normal; |
| 55 | + src: url("/public/fonts/Manrope-SemiBold.ttf") format("truetype"); |
56 | 56 | } |
57 | 57 |
|
58 | 58 | @font-face { |
59 | | - font-family: 'Manrope'; |
60 | | - src: url('/public/fonts/Manrope-Bold.ttf') format('truetype'); |
61 | 59 | font-weight: 700; |
| 60 | + font-family: "Manrope"; |
62 | 61 | font-style: normal; |
| 62 | + src: url("/public/fonts/Manrope-Bold.ttf") format("truetype"); |
63 | 63 | } |
64 | 64 |
|
65 | 65 | @font-face { |
66 | | - font-family: 'Sora'; |
67 | | - src: url('/public/fonts/Sora-Regular.ttf') format('truetype'); |
68 | 66 | font-weight: normal; |
| 67 | + font-family: "Sora"; |
69 | 68 | font-style: normal; |
| 69 | + src: url("/public/fonts/Sora-Regular.ttf") format("truetype"); |
70 | 70 | } |
71 | 71 |
|
72 | 72 | @font-face { |
73 | | - font-family: 'Sora'; |
74 | | - src: url('/public/fonts/Sora-Bold.ttf') format('truetype'); |
75 | 73 | font-weight: bold; |
| 74 | + font-family: "Sora"; |
76 | 75 | font-style: normal; |
| 76 | + src: url("/public/fonts/Sora-Bold.ttf") format("truetype"); |
77 | 77 | } |
78 | 78 |
|
79 | 79 | @font-face { |
|
0 commit comments