Skip to content

Commit d54059f

Browse files
committed
improvements
1 parent 8e16e22 commit d54059f

File tree

10 files changed

+394
-309
lines changed

10 files changed

+394
-309
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@telefonica/mistica": "^16.8.0",
6+
"@telefonica/mistica": "^16.17.0",
77
"@testing-library/jest-dom": "^5.16.5",
88
"@testing-library/react": "^13.4.0",
99
"@testing-library/user-event": "^13.5.0",
44.3 KB
Binary file not shown.
42.7 KB
Binary file not shown.
60 KB
Binary file not shown.
44.3 KB
Binary file not shown.
Lines changed: 67 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,86 @@
11
/* VIVO */
22
@font-face {
3-
font-family: 'VivoType';
4-
src: url('./Vivo/VivoTypeRegular.otf') format('opentype');
5-
font-weight: normal;
6-
font-style: normal;
7-
}
8-
9-
@font-face {
10-
font-family: 'VivoType';
11-
src: url('./Vivo/VivoTypeBold.otf') format('opentype');
12-
font-weight: bold;
13-
font-style: normal;
14-
}
15-
16-
@font-face {
17-
font-family: 'VivoType';
18-
src: url('./Vivo/VivoTypeLight.otf') format('opentype');
19-
font-weight: 300;
20-
font-style: normal;
21-
}
22-
23-
/* Telefonica Sans */
24-
@font-face {
25-
font-family: 'Telefonica Sans';
26-
src: url('./Telefonica Sans/General use/Telefonica Sans Regular.otf') format('opentype');
3+
font-family: "VivoType";
4+
src: url("./Vivo/VivoTypeRegular.otf") format("opentype");
275
font-weight: normal;
286
font-style: normal;
297
}
308

319
@font-face {
32-
font-family: 'Telefonica Sans';
33-
src: url('./Telefonica Sans/General use/Telefonica Sans Bold.otf') format('opentype');
10+
font-family: "VivoType";
11+
src: url("./Vivo/VivoTypeBold.otf") format("opentype");
3412
font-weight: bold;
3513
font-style: normal;
3614
}
3715

3816
@font-face {
39-
font-family: 'Telefonica Sans';
40-
src: url('./Telefonica Sans/General use/Telefonica Sans Light.otf') format('opentype');
17+
font-family: "VivoType";
18+
src: url("./Vivo/VivoTypeLight.otf") format("opentype");
4119
font-weight: 300;
4220
font-style: normal;
4321
}
4422

23+
/* Telefonica Sans */
4524
@font-face {
46-
font-family: 'Telefonica Sans';
47-
src: url('./Telefonica Sans/General use/Telefonica Sans Medium.otf') format('opentype');
25+
font-family: "Telefonica Sans";
26+
src: url("./Telefonica Sans/General use/Telefonica Sans Regular.otf")
27+
format("opentype");
28+
font-weight: normal;
29+
font-style: normal;
30+
}
31+
32+
@font-face {
33+
font-family: "Telefonica Sans";
34+
src: url("./Telefonica Sans/General use/Telefonica Sans Bold.otf")
35+
format("opentype");
36+
font-weight: bold;
37+
font-style: normal;
38+
}
39+
40+
@font-face {
41+
font-family: "Telefonica Sans";
42+
src: url("./Telefonica Sans/General use/Telefonica Sans Light.otf")
43+
format("opentype");
44+
font-weight: 300;
45+
font-style: normal;
46+
}
47+
48+
@font-face {
49+
font-family: "Telefonica Sans";
50+
src: url("./Telefonica Sans/General use/Telefonica Sans Medium.otf")
51+
format("opentype");
52+
font-weight: 500;
53+
font-style: normal;
54+
}
55+
56+
/* Regular */
57+
@font-face {
58+
font-family: "On Air";
59+
font-style: normal;
60+
font-weight: 400;
61+
src: url("./OnAir/OnAir-Regular.woff2") format("woff2");
62+
}
63+
64+
/* Light */
65+
@font-face {
66+
font-family: "On Air";
67+
font-style: normal;
68+
font-weight: 300;
69+
src: url("./OnAir/OnAir-Light.woff2") format("woff2");
70+
}
71+
72+
/* Medium */
73+
@font-face {
74+
font-family: "On Air";
75+
font-style: normal;
4876
font-weight: 500;
77+
src: url("./OnAir/OnAir-Medium.woff2") format("woff2");
78+
}
79+
80+
/* Bold */
81+
@font-face {
82+
font-family: "On Air";
4983
font-style: normal;
50-
}
84+
font-weight: 700;
85+
src: url("./OnAir/OnAir-Bold.woff2") format("woff2");
86+
}

0 commit comments

Comments
 (0)