| 1 |
@font-face { |
| 2 |
font-family: "Vipps Text"; |
| 3 |
src: url("../fonts/VippsText-Regular-Web.woff2") format("woff2"), |
| 4 |
url("../fonts/VippsText-Regular-Web.woff") format("woff"), |
| 5 |
url("../fonts/VippsText-Regular.ttf") format("truetype"); |
| 6 |
font-weight: 400; |
| 7 |
font-style: normal; |
| 8 |
} |
| 9 |
|
| 10 |
@font-face { |
| 11 |
font-family: "Vipps Display"; |
| 12 |
src: url("../fonts/VippsDisplay-Regular-Web.woff2") format("woff2"), |
| 13 |
url("../fonts/VippsDisplay-Regular-Web.woff") format("woff"); |
| 14 |
font-weight: 500; |
| 15 |
font-style: normal; |
| 16 |
} |
| 17 |
|
| 18 |
@font-face { |
| 19 |
font-family: "Vipps Text"; |
| 20 |
src: url("../fonts/VippsText-Medium-Web.woff2") format("woff2"), |
| 21 |
url("../fonts/VippsText-Medium-Web.woff") format("woff"), |
| 22 |
url("../fonts/VippsText-Medium.ttf") format("truetype"); |
| 23 |
font-weight: 500; |
| 24 |
font-style: normal; |
| 25 |
} |
| 26 |
|
| 27 |
@font-face { |
| 28 |
font-family: "Vipps Text"; |
| 29 |
src: url("../fonts/VippsText-Bold-Web.woff2") format("woff2"), |
| 30 |
url("../fonts/VippsText-Bold-Web.woff") format("woff"), |
| 31 |
url("../fonts/VippsText-Bold.ttf") format("truetype"); |
| 32 |
font-weight: 700; |
| 33 |
font-style: normal; |
| 34 |
} |
| 35 |
|
| 36 |
@font-face { |
| 37 |
font-family: "Vipps Text"; |
| 38 |
src: url("../fonts/VippsText-Extrabold-Web.woff2") format("woff2"), |
| 39 |
url("../fonts/VippsText-Extrabold-Web.woff") format("woff"), |
| 40 |
url("../fonts/VippsText-Extrabold.ttf") format("truetype"); |
| 41 |
font-weight: 800; |
| 42 |
font-style: normal; |
| 43 |
} |
| 44 |
|
| 45 |
@font-face { |
| 46 |
font-family: "Vipps Text"; |
| 47 |
src: url("../fonts/VippsText-Black-Web.woff2") format("woff2"), |
| 48 |
url("../fonts/VippsText-Black-Web.woff") format("woff"), |
| 49 |
url("../fonts/VippsText-Black.ttf") format("truetype"); |
| 50 |
font-weight: 900; |
| 51 |
font-style: normal; |
| 52 |
} |
| 53 |
|
| 54 |
|