|
1 | 1 | @font-face { |
2 | 2 | font-family: "Qanelas Soft Black"; |
3 | | - src: url('/fonts/qanelas-soft/QanelasSoftBlack.otf') format('opentype'); |
| 3 | + src: url("../fonts/qanelas-soft/QanelasSoftBlack.otf") format('opentype'); |
4 | 4 | font-weight: normal; |
5 | 5 | font-display: swap; |
6 | 6 | } |
7 | 7 |
|
8 | 8 | @font-face { |
9 | 9 | font-family: "Qanelas Soft Black Italic"; |
10 | | - src: url('/fonts/qanelas-soft/QanelasSoftBlackItalic.otf') format('opentype'); |
| 10 | + src: url("../fonts/qanelas-soft/QanelasSoftBlackItalic.otf") format('opentype'); |
11 | 11 | font-style: italic; |
12 | 12 | font-display: swap; |
13 | 13 | } |
14 | 14 |
|
15 | 15 | @font-face { |
16 | 16 | font-family: "Qanelas Soft Heavy"; |
17 | | - src: url('/fonts/qanelas-soft/QanelasSoftHeavy.otf') format('opentype'); |
| 17 | + src: url("../fonts/qanelas-soft/QanelasSoftHeavy.otf") format('opentype'); |
18 | 18 | font-weight: 900; |
19 | 19 | font-display: swap; |
20 | 20 | } |
21 | 21 |
|
22 | 22 | @font-face { |
23 | 23 | font-family: "Qanelas Soft Heavy Italic"; |
24 | | - src: url('/fonts/qanelas-soft/QanelasSoftHeavyItalic.otf') format('opentype'); |
| 24 | + src: url("../fonts/qanelas-soft/QanelasSoftHeavyItalic.otf") format('opentype'); |
25 | 25 | font-weight: 900; |
26 | 26 | font-style: italic; |
27 | 27 | font-display: swap; |
28 | 28 | } |
29 | 29 |
|
30 | 30 | @font-face { |
31 | 31 | font-family: "Qanelas Soft ExtraBold"; |
32 | | - src: url('/fonts/qanelas-soft/QanelasSoftExtraBold.otf') format('opentype'); |
| 32 | + src: url("../fonts/qanelas-soft/QanelasSoftExtraBold.otf") format('opentype'); |
33 | 33 | font-weight: 800; |
34 | 34 | font-display: swap; |
35 | 35 | } |
36 | 36 |
|
37 | 37 | @font-face { |
38 | 38 | font-family: "Qanelas Soft ExtraBold Italic"; |
39 | | - src: url('/fonts/qanelas-soft/QanelasSoftExtraBoldItalic.otf') format('opentype'); |
| 39 | + src: url("../fonts/qanelas-soft/QanelasSoftExtraBoldItalic.otf") format('opentype'); |
40 | 40 | font-weight: 800; |
41 | 41 | font-style: italic; |
42 | 42 | font-display: swap; |
43 | 43 | } |
44 | 44 |
|
45 | 45 | @font-face { |
46 | 46 | font-family: "Qanelas Soft Bold"; |
47 | | - src: url('/fonts/qanelas-soft/QanelasSoftBold.otf') format('opentype'); |
| 47 | + src: url("../fonts/qanelas-soft/QanelasSoftBold.otf") format('opentype'); |
48 | 48 | font-weight: bold; |
49 | 49 | font-display: swap; |
50 | 50 | } |
51 | 51 |
|
52 | 52 | @font-face { |
53 | 53 | font-family: "Qanelas Soft Bold Italic"; |
54 | | - src: url('/fonts/qanelas-soft/QanelasSoftBoldItalic.otf') format('opentype'); |
| 54 | + src: url("../fonts/qanelas-soft/QanelasSoftBoldItalic.otf") format('opentype'); |
55 | 55 | font-weight: bold; |
56 | 56 | font-style: italic; |
57 | 57 | font-display: swap; |
58 | 58 | } |
59 | 59 |
|
60 | 60 | @font-face { |
61 | 61 | font-family: "Qanelas Soft"; |
62 | | - src: url('/fonts/qanelas-soft/QanelasSoftSemiBold.otf') format('opentype'); |
| 62 | + src: url("../fonts/qanelas-soft/QanelasSoftSemiBold.otf") format('opentype'); |
63 | 63 | font-weight: 600; |
64 | 64 | font-display: swap; |
65 | 65 | } |
66 | 66 |
|
67 | 67 | @font-face { |
68 | 68 | font-family: "Qanelas Soft SemiBold Italic"; |
69 | | - src: url('/fonts/qanelas-soft/QanelasSoftSemiBoldItalic.otf') format('opentype'); |
| 69 | + src: url("../fonts/qanelas-soft/QanelasSoftSemiBoldItalic.otf") format('opentype'); |
70 | 70 | font-weight: 600; |
71 | 71 | font-style: italic; |
72 | 72 | font-display: swap; |
73 | 73 | } |
74 | 74 |
|
75 | 75 | @font-face { |
76 | 76 | font-family: "Qanelas Soft Medium"; |
77 | | - src: url('/fonts/qanelas-soft/QanelasSoftMedium.otf') format('opentype'); |
| 77 | + src: url("../fonts/qanelas-soft/QanelasSoftMedium.otf") format('opentype'); |
78 | 78 | font-weight: 500; |
79 | 79 | font-display: swap; |
80 | 80 | } |
81 | 81 |
|
82 | 82 | @font-face { |
83 | 83 | font-family: "Qanelas Soft Medium Italic"; |
84 | | - src: url('/fonts/qanelas-soft/QanelasSoftMediumItalic.otf') format('opentype'); |
| 84 | + src: url("../fonts/qanelas-soft/QanelasSoftMediumItalic.otf") format('opentype'); |
85 | 85 | font-weight: 500; |
86 | 86 | font-style: italic; |
87 | 87 | font-display: swap; |
88 | 88 | } |
89 | 89 |
|
90 | 90 | @font-face { |
91 | 91 | font-family: "Qanelas Soft"; |
92 | | - src: url('/fonts/qanelas-soft/QanelasSoftRegular.otf') format('opentype'); |
| 92 | + src: url("../fonts/qanelas-soft/QanelasSoftRegular.otf") format('opentype'); |
93 | 93 | font-weight: 400; |
94 | 94 | font-display: swap; |
95 | 95 | } |
96 | 96 |
|
97 | 97 | @font-face { |
98 | 98 | font-family: "Qanelas Soft Regular Italic"; |
99 | | - src: url('/fonts/qanelas-soft/QanelasSoftRegularItalic.otf') format('opentype'); |
| 99 | + src: url("../fonts/qanelas-soft/QanelasSoftRegularItalic.otf") format('opentype'); |
100 | 100 | font-weight: 400; |
101 | 101 | font-style: italic; |
102 | 102 | font-display: swap; |
103 | 103 | } |
104 | 104 |
|
105 | 105 | @font-face { |
106 | 106 | font-family: "Qanelas Soft Light"; |
107 | | - src: url('/fonts/qanelas-soft/QanelasSoftLight.otf') format('opentype'); |
| 107 | + src: url("../fonts/qanelas-soft/QanelasSoftLight.otf") format('opentype'); |
108 | 108 | font-weight: 300; |
109 | 109 | font-display: swap; |
110 | 110 | } |
111 | 111 |
|
112 | 112 | @font-face { |
113 | 113 | font-family: "Qanelas Soft Light Italic"; |
114 | | - src: url('/fonts/qanelas-soft/QanelasSoftLightItalic.otf') format('opentype'); |
| 114 | + src: url("../fonts/qanelas-soft/QanelasSoftLightItalic.otf") format('opentype'); |
115 | 115 | font-weight: 300; |
116 | 116 | font-style: italic; |
117 | 117 | font-display: swap; |
118 | 118 | } |
119 | 119 |
|
120 | 120 | @font-face { |
121 | 121 | font-family: "Qanelas Soft UltraLight"; |
122 | | - src: url('/fonts/qanelas-soft/QanelasSoftUltraLight.otf') format('opentype'); |
| 122 | + src: url("../fonts/qanelas-soft/QanelasSoftUltraLight.otf") format('opentype'); |
123 | 123 | font-weight: 200; |
124 | 124 | font-display: swap; |
125 | 125 | } |
126 | 126 |
|
127 | 127 | @font-face { |
128 | 128 | font-family: "Qanelas Soft UltraLight Italic"; |
129 | | - src: url('/fonts/qanelas-soft/QanelasSoftUltraLightItalic.otf') format('opentype'); |
| 129 | + src: url("../fonts/qanelas-soft/QanelasSoftUltraLightItalic.otf") format('opentype'); |
130 | 130 | font-weight: 200; |
131 | 131 | font-style: italic; |
132 | 132 | font-display: swap; |
133 | 133 | } |
134 | 134 |
|
135 | 135 | @font-face { |
136 | 136 | font-family: "Qanelas Soft Thin"; |
137 | | - src: url('/fonts/qanelas-soft/QanelasSoftThin.otf') format('opentype'); |
| 137 | + src: url("../fonts/qanelas-soft/QanelasSoftThin.otf") format('opentype'); |
138 | 138 | font-weight: 100; |
139 | 139 | font-display: swap; |
140 | 140 | } |
141 | 141 |
|
142 | 142 | @font-face { |
143 | 143 | font-family: "Qanelas Soft Thin Italic"; |
144 | | - src: url('/fonts/qanelas-soft/QanelasSoftThinItalic.otf') format('opentype'); |
| 144 | + src: url("../fonts/qanelas-soft/QanelasSoftThinItalic.otf") format('opentype'); |
145 | 145 | font-weight: 100; |
146 | 146 | font-style: italic; |
147 | 147 | font-display: swap; |
|
0 commit comments