|
12 | 12 | /* Custom Styles Below */
|
13 | 13 |
|
14 | 14 | body {
|
15 |
| - font-family: 'Poppins', sans-serif !important; |
| 15 | + font-family: 'GeneralSans-Regular'; |
16 | 16 | }
|
17 | 17 |
|
18 |
| -h1, |
19 |
| -h2, |
20 |
| -h3, |
21 |
| -h4 { |
22 |
| - font-family: 'Poppins', sans-serif !important; |
23 |
| - font-weight: 500 !important; |
| 18 | +/* Theme Colors */ |
| 19 | + |
| 20 | +/* Fonts */ |
| 21 | +@font-face { |
| 22 | + font-family: 'GeneralSans-Variable'; |
| 23 | + src: url('../fonts/GeneralSans-Variable.woff2') format('woff2'), |
| 24 | + url('../fonts/GeneralSans-Variable.woff') format('woff'), |
| 25 | + url('../fonts/GeneralSans-Variable.ttf') format('truetype'); |
| 26 | + font-weight: 200 700; |
| 27 | + font-display: swap; |
| 28 | + font-style: normal; |
24 | 29 | }
|
25 | 30 |
|
26 |
| -/* Theme Colors */ |
| 31 | +.font-general-variable { |
| 32 | + font-family: 'GeneralSans-Variable'; |
| 33 | +} |
| 34 | + |
| 35 | +@font-face { |
| 36 | + font-family: 'GeneralSans-VariableItalic'; |
| 37 | + src: url('../fonts/GeneralSans-VariableItalic.woff2') format('woff2'), |
| 38 | + url('../fonts/GeneralSans-VariableItalic.woff') format('woff'), |
| 39 | + url('../fonts/GeneralSans-VariableItalic.ttf') format('truetype'); |
| 40 | + font-weight: 200 700; |
| 41 | + font-display: swap; |
| 42 | + font-style: italic; |
| 43 | +} |
| 44 | + |
| 45 | +.font-general-variable-italic { |
| 46 | + font-family: 'GeneralSans-VariableItalic'; |
| 47 | +} |
| 48 | + |
| 49 | +@font-face { |
| 50 | + font-family: 'GeneralSans-Extralight'; |
| 51 | + src: url('../fonts/GeneralSans-Extralight.woff2') format('woff2'), |
| 52 | + url('../fonts/GeneralSans-Extralight.woff') format('woff'), |
| 53 | + url('../fonts/GeneralSans-Extralight.ttf') format('truetype'); |
| 54 | + font-weight: 200; |
| 55 | + font-display: swap; |
| 56 | + font-style: normal; |
| 57 | +} |
| 58 | + |
| 59 | +.font-general-extralight { |
| 60 | + font-family: 'GeneralSans-Extralight'; |
| 61 | +} |
| 62 | + |
| 63 | +@font-face { |
| 64 | + font-family: 'GeneralSans-ExtralightItalic'; |
| 65 | + src: url('../fonts/GeneralSans-ExtralightItalic.woff2') format('woff2'), |
| 66 | + url('../fonts/GeneralSans-ExtralightItalic.woff') format('woff'), |
| 67 | + url('../fonts/GeneralSans-ExtralightItalic.ttf') format('truetype'); |
| 68 | + font-weight: 200; |
| 69 | + font-display: swap; |
| 70 | + font-style: italic; |
| 71 | +} |
| 72 | + |
| 73 | +.font-general-extralight-italic { |
| 74 | + font-family: 'GeneralSans-ExtralightItalic'; |
| 75 | +} |
| 76 | + |
| 77 | +@font-face { |
| 78 | + font-family: 'GeneralSans-Light'; |
| 79 | + src: url('../fonts/GeneralSans-Light.woff2') format('woff2'), |
| 80 | + url('../fonts/GeneralSans-Light.woff') format('woff'), |
| 81 | + url('../fonts/GeneralSans-Light.ttf') format('truetype'); |
| 82 | + font-weight: 300; |
| 83 | + font-display: swap; |
| 84 | + font-style: normal; |
| 85 | +} |
| 86 | + |
| 87 | +.font-general-light { |
| 88 | + font-family: 'GeneralSans-Light'; |
| 89 | +} |
| 90 | + |
| 91 | +@font-face { |
| 92 | + font-family: 'GeneralSans-LightItalic'; |
| 93 | + src: url('../fonts/GeneralSans-LightItalic.woff2') format('woff2'), |
| 94 | + url('../fonts/GeneralSans-LightItalic.woff') format('woff'), |
| 95 | + url('../fonts/GeneralSans-LightItalic.ttf') format('truetype'); |
| 96 | + font-weight: 300; |
| 97 | + font-display: swap; |
| 98 | + font-style: italic; |
| 99 | +} |
| 100 | + |
| 101 | +.font-general-light-italic { |
| 102 | + font-family: 'GeneralSans-LightItalic'; |
| 103 | +} |
| 104 | + |
| 105 | +@font-face { |
| 106 | + font-family: 'GeneralSans-Regular'; |
| 107 | + src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'), |
| 108 | + url('../fonts/GeneralSans-Regular.woff') format('woff'), |
| 109 | + url('../fonts/GeneralSans-Regular.ttf') format('truetype'); |
| 110 | + font-weight: 400; |
| 111 | + font-display: swap; |
| 112 | + font-style: normal; |
| 113 | +} |
| 114 | + |
| 115 | +.font-general-regular { |
| 116 | + font-family: 'GeneralSans-Regular'; |
| 117 | +} |
| 118 | + |
| 119 | +@font-face { |
| 120 | + font-family: 'GeneralSans-Italic'; |
| 121 | + src: url('../fonts/GeneralSans-Italic.woff2') format('woff2'), |
| 122 | + url('../fonts/GeneralSans-Italic.woff') format('woff'), |
| 123 | + url('../fonts/GeneralSans-Italic.ttf') format('truetype'); |
| 124 | + font-weight: 400; |
| 125 | + font-display: swap; |
| 126 | + font-style: italic; |
| 127 | +} |
| 128 | + |
| 129 | +.font-general-italic { |
| 130 | + font-family: 'GeneralSans-Italic'; |
| 131 | +} |
| 132 | + |
| 133 | +@font-face { |
| 134 | + font-family: 'GeneralSans-Medium'; |
| 135 | + src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'), |
| 136 | + url('../fonts/GeneralSans-Medium.woff') format('woff'), |
| 137 | + url('../fonts/GeneralSans-Medium.ttf') format('truetype'); |
| 138 | + font-weight: 500; |
| 139 | + font-display: swap; |
| 140 | + font-style: normal; |
| 141 | +} |
| 142 | + |
| 143 | +.font-general-medium { |
| 144 | + font-family: 'GeneralSans-Medium'; |
| 145 | +} |
| 146 | + |
| 147 | +@font-face { |
| 148 | + font-family: 'GeneralSans-MediumItalic'; |
| 149 | + src: url('../fonts/GeneralSans-MediumItalic.woff2') format('woff2'), |
| 150 | + url('../fonts/GeneralSans-MediumItalic.woff') format('woff'), |
| 151 | + url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype'); |
| 152 | + font-weight: 500; |
| 153 | + font-display: swap; |
| 154 | + font-style: italic; |
| 155 | +} |
| 156 | + |
| 157 | +.font-general-medium-italic { |
| 158 | + font-family: 'GeneralSans-MediumItalic'; |
| 159 | +} |
| 160 | + |
| 161 | +@font-face { |
| 162 | + font-family: 'GeneralSans-Semibold'; |
| 163 | + src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'), |
| 164 | + url('../fonts/GeneralSans-Semibold.woff') format('woff'), |
| 165 | + url('../fonts/GeneralSans-Semibold.ttf') format('truetype'); |
| 166 | + font-weight: 600; |
| 167 | + font-display: swap; |
| 168 | + font-style: normal; |
| 169 | +} |
| 170 | + |
| 171 | +.font-general-semibold { |
| 172 | + font-family: 'GeneralSans-Semibold'; |
| 173 | +} |
| 174 | + |
| 175 | +@font-face { |
| 176 | + font-family: 'GeneralSans-SemiboldItalic'; |
| 177 | + src: url('../fonts/GeneralSans-SemiboldItalic.woff2') format('woff2'), |
| 178 | + url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff'), |
| 179 | + url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype'); |
| 180 | + font-weight: 600; |
| 181 | + font-display: swap; |
| 182 | + font-style: italic; |
| 183 | +} |
| 184 | + |
| 185 | +.font-general-semibold-italic { |
| 186 | + font-family: 'GeneralSans-SemiboldItalic'; |
| 187 | +} |
| 188 | + |
| 189 | +@font-face { |
| 190 | + font-family: 'GeneralSans-Bold'; |
| 191 | + src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'), |
| 192 | + url('../fonts/GeneralSans-Bold.woff') format('woff'), |
| 193 | + url('../fonts/GeneralSans-Bold.ttf') format('truetype'); |
| 194 | + font-weight: 700; |
| 195 | + font-display: swap; |
| 196 | + font-style: normal; |
| 197 | +} |
| 198 | + |
| 199 | +.font-general-bold { |
| 200 | + font-family: 'GeneralSans-Bold'; |
| 201 | +} |
| 202 | + |
| 203 | +@font-face { |
| 204 | + font-family: 'GeneralSans-BoldItalic'; |
| 205 | + src: url('../fonts/GeneralSans-BoldItalic.woff2') format('woff2'), |
| 206 | + url('../fonts/GeneralSans-BoldItalic.woff') format('woff'), |
| 207 | + url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype'); |
| 208 | + font-weight: 700; |
| 209 | + font-display: swap; |
| 210 | + font-style: italic; |
| 211 | +} |
| 212 | + |
| 213 | +.font-general-bold-italic { |
| 214 | + font-family: 'GeneralSans-BoldItalic'; |
| 215 | +} |
0 commit comments