PluginProbe
Pay with Vipps and MobilePay for WooCommerce / 6.2.1
Pay with Vipps and MobilePay for WooCommerce v6.2.1
6.2.1 6.2.0 6.1.10 6.1.9 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1.0 6.0.5 6.0.4 6.0.3 6.0.2 6.0.1 6.0.0 5.4.3 5.4.2 5.4.1 5.4.0 5.3.4 trunk All 183 releases
woo-vipps / payment / css / fonts.css

fonts.css in Pay with Vipps and MobilePay for WooCommerce 6.2.1, at payment/css/fonts.css

54 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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