@golstats/gsc-strengths 1.0.9 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,2 +1,2 @@
1
- # strengths-component
2
- Componente general fortalezas
1
+ # strengths-component
2
+ Componente general fortalezas
@@ -1,91 +1,91 @@
1
-
2
-
3
- /*FUENTES*/
4
- @font-face {
5
- font-family: 'Poppins-Black';
6
- src: url('/fonts/Poppins-Black.otf') format('opentype');
7
- }
8
- @font-face {
9
- font-family: 'Poppins-BlackItalic';
10
- src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
11
- }
12
- @font-face {
13
- font-family: 'Poppins-Bold';
14
- src: url('/fonts/Poppins-Bold.otf') format('opentype');
15
- }
16
- @font-face {
17
- font-family: 'Poppins-BoldItalic';
18
- src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
19
- }
20
- @font-face {
21
- font-family: 'Poppins-ExtraBold';
22
- src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
23
- }
24
- @font-face {
25
- font-family: 'Poppins-ExtraBoldItalic';
26
- src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
27
- }
28
- @font-face {
29
- font-family: 'Poppins-ExtraLight';
30
- src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
31
- }
32
- @font-face {
33
- font-family: 'Poppins-ExtraLightItalic';
34
- src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
35
- }
36
- @font-face {
37
- font-family: 'Poppins-Italic';
38
- src: url('/fonts/Poppins-Italic.otf') format('opentype');
39
- }
40
- @font-face {
41
- font-family: 'Poppins-Light';
42
- src: url('/fonts/Poppins-Light.otf') format('opentype');
43
- }
44
- @font-face {
45
- font-family: 'Poppins-LightItalic';
46
- src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
47
- }
48
- @font-face {
49
- font-family: 'Poppins-MediumItalic';
50
- src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
51
- }
52
- @font-face {
53
- font-family: 'Poppins-Medium';
54
- src: url('/fonts/Poppins-Medium.otf') format('opentype');
55
- }
56
- @font-face {
57
- font-family: 'Poppins-Regular';
58
- src: url('/fonts/Poppins-Regular.otf') format('opentype');
59
- }
60
- @font-face {
61
- font-family: 'Poppins-SemiBold';
62
- src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
63
- }
64
- @font-face {
65
- font-family: 'Poppins-SemiBoldItalic';
66
- src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
67
- }
68
- @font-face {
69
- font-family: 'Poppins-ThinItalic';
70
- src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
71
- }
72
- @font-face {
73
- font-family: 'Poppins-Thin';
74
- src: url('/fonts/Poppins-Thin.otf') format('opentype');
75
- }
76
-
77
- /*FUENTES*/
78
- @font-face {
79
- font-family: 'Montserrat-SemiBold';
80
- src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
81
- }
82
-
83
-
84
-
85
-
86
-
87
-
88
-
89
-
90
-
91
-
1
+
2
+
3
+ /*FUENTES*/
4
+ @font-face {
5
+ font-family: 'Poppins-Black';
6
+ src: url('/fonts/Poppins-Black.otf') format('opentype');
7
+ }
8
+ @font-face {
9
+ font-family: 'Poppins-BlackItalic';
10
+ src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
11
+ }
12
+ @font-face {
13
+ font-family: 'Poppins-Bold';
14
+ src: url('/fonts/Poppins-Bold.otf') format('opentype');
15
+ }
16
+ @font-face {
17
+ font-family: 'Poppins-BoldItalic';
18
+ src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
19
+ }
20
+ @font-face {
21
+ font-family: 'Poppins-ExtraBold';
22
+ src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
23
+ }
24
+ @font-face {
25
+ font-family: 'Poppins-ExtraBoldItalic';
26
+ src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
27
+ }
28
+ @font-face {
29
+ font-family: 'Poppins-ExtraLight';
30
+ src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
31
+ }
32
+ @font-face {
33
+ font-family: 'Poppins-ExtraLightItalic';
34
+ src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
35
+ }
36
+ @font-face {
37
+ font-family: 'Poppins-Italic';
38
+ src: url('/fonts/Poppins-Italic.otf') format('opentype');
39
+ }
40
+ @font-face {
41
+ font-family: 'Poppins-Light';
42
+ src: url('/fonts/Poppins-Light.otf') format('opentype');
43
+ }
44
+ @font-face {
45
+ font-family: 'Poppins-LightItalic';
46
+ src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
47
+ }
48
+ @font-face {
49
+ font-family: 'Poppins-MediumItalic';
50
+ src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
51
+ }
52
+ @font-face {
53
+ font-family: 'Poppins-Medium';
54
+ src: url('/fonts/Poppins-Medium.otf') format('opentype');
55
+ }
56
+ @font-face {
57
+ font-family: 'Poppins-Regular';
58
+ src: url('/fonts/Poppins-Regular.otf') format('opentype');
59
+ }
60
+ @font-face {
61
+ font-family: 'Poppins-SemiBold';
62
+ src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
63
+ }
64
+ @font-face {
65
+ font-family: 'Poppins-SemiBoldItalic';
66
+ src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
67
+ }
68
+ @font-face {
69
+ font-family: 'Poppins-ThinItalic';
70
+ src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
71
+ }
72
+ @font-face {
73
+ font-family: 'Poppins-Thin';
74
+ src: url('/fonts/Poppins-Thin.otf') format('opentype');
75
+ }
76
+
77
+ /*FUENTES*/
78
+ @font-face {
79
+ font-family: 'Montserrat-SemiBold';
80
+ src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
81
+ }
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+