| 1 |
// @font-face { |
| 2 |
// font-family: "Inter"; |
| 3 |
// font-style: normal; |
| 4 |
// font-weight: 400; |
| 5 |
// src: local("Inter Regular"), url(../fonts/Inter/Inter-Regular.woff2) format("woff2"), url(../fonts/Inter/Inter-Regular.woff) format("woff"); |
| 6 |
// } |
| 7 |
// @font-face { |
| 8 |
// font-family: "Inter"; |
| 9 |
// font-style: normal; |
| 10 |
// font-weight: 600; |
| 11 |
// src: local("Inter SemiBold"), url(../fonts/Inter/Inter-SemiBold.woff2) format("woff2"), url(../fonts/Inter/Inter-SemiBold.woff) format("woff"); |
| 12 |
// } |
| 13 |
// @font-face { |
| 14 |
// font-family: "Inter"; |
| 15 |
// font-style: normal; |
| 16 |
// font-weight: 700; |
| 17 |
// src: local("Inter Bold"), url(../fonts/Inter/Inter-Bold.woff2) format("woff2"), url(../fonts/Inter/Inter-Bold.woff) format("woff"); |
| 18 |
// } |
| 19 |
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap'); |
| 20 |
@font-face { |
| 21 |
font-family: "sq-icons"; |
| 22 |
src: url("../fonts/sq-icons/sq-icons.eot"); |
| 23 |
src: url("../fonts/sq-icons/sq-icons.eot") format("embedded-opentype"), url("../fonts/sq-icons/sq-icons.ttf") format("truetype"), url("../fonts/sq-icons/sq-icons.woff") format("woff"), url("../fonts/sq-icons/sq-icons.svg") format("svg"); |
| 24 |
font-weight: normal; |
| 25 |
font-style: normal; |
| 26 |
} |