@golstats/gsc-lists 1.0.59 → 1.1.0
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 +2 -2
- package/dist/{FilterConditions-cd420512-BfLAFjRn-DcvWaOhv.js → FilterConditions-cd420512-DCSDH7YW-jv12Gy6W.js} +6 -6
- package/dist/{FilterConditions-99cc2b67-BnF_aLzu.js → FilterConditions-d39a5cfa-BdD7JRQb.js} +11 -11
- package/dist/{FilterField-a29b1541-C0T1kF6j-BcwX1eqX.js → FilterField-a29b1541-CU71K4BQ-CyVWj6N9.js} +3 -3
- package/dist/FilterField-c689115c-BtQCztHE.js +21 -0
- package/dist/{FilterSubcategories-1f65c851-B6KmC3p2-CMPsZANJ.js → FilterSubcategories-1f65c851-CWnk_SkS-C3JtqZzG.js} +2 -2
- package/dist/{FilterSubcategories-a1b6596a-Da4lhwER.js → FilterSubcategories-87004bd7-B0nYPp8d.js} +2 -2
- package/dist/css/fonts.css +112 -112
- package/dist/gsc-lists.css +1 -1
- package/dist/gsc-lists.es.js +1 -1
- package/dist/gsc-lists.umd.js +41 -38
- package/dist/{index-CvrkARtr.js → index-DSzeV2wA.js} +13798 -13298
- package/package.json +41 -38
- package/dist/FilterField-8a93d757-C9w2vkFm.js +0 -21
package/README.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
# gsc-lists
|
|
2
|
-
Componente de listas de jugadores
|
|
1
|
+
# gsc-lists
|
|
2
|
+
Componente de listas de jugadores
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { useCssVars as E, computed as c,
|
|
2
|
-
import { h as T, c as m } from "./index-
|
|
1
|
+
import { useCssVars as E, computed as c, openBlock as s, createElementBlock as i, normalizeStyle as V, createElementVNode as d, createVNode as y, unref as g, Fragment as u, renderList as _, normalizeClass as b, toDisplayString as v, pushScopeId as $, popScopeId as H } from "vue";
|
|
2
|
+
import { h as T, c as m } from "./index-DSzeV2wA.js";
|
|
3
3
|
const n = (o) => ($("data-v-80d9c265"), o = o(), H(), o), R = { class: "details__header" }, W = /* @__PURE__ */ n(() => /* @__PURE__ */ d("div", { class: "details__header__title" }, "Jugando como", -1)), I = { class: "details__header__checkbox" }, z = { class: "details__body" }, F = { class: "details__body__playing-as" }, L = ["onClick"], N = { class: "details__header" }, U = /* @__PURE__ */ n(() => /* @__PURE__ */ d("div", { class: "details__header__title" }, "En: (Elige el lapso de tiempo)", -1)), D = { class: "details__header__checkbox" }, J = { class: "details__body" }, j = /* @__PURE__ */ n(() => /* @__PURE__ */ d("div", { class: "details__body__title" }, "1er tiempo", -1)), q = { class: "details__body__game-section" }, w = ["onClick"], G = { class: "details__body" }, K = /* @__PURE__ */ n(() => /* @__PURE__ */ d("div", { class: "details__body__title" }, "2do tiempo", -1)), M = { class: "details__body__game-section" }, O = ["onClick"], P = {
|
|
4
4
|
__name: "FilterConditions",
|
|
5
5
|
props: {
|
|
@@ -130,7 +130,7 @@ const n = (o) => ($("data-v-80d9c265"), o = o(), H(), o), R = { class: "details_
|
|
|
130
130
|
t.isSelected = a === 0;
|
|
131
131
|
});
|
|
132
132
|
}
|
|
133
|
-
return (e, t) => (
|
|
133
|
+
return (e, t) => (s(), i("div", {
|
|
134
134
|
class: "details",
|
|
135
135
|
style: V(B.value)
|
|
136
136
|
}, [
|
|
@@ -146,7 +146,7 @@ const n = (o) => ($("data-v-80d9c265"), o = o(), H(), o), R = { class: "details_
|
|
|
146
146
|
]),
|
|
147
147
|
d("div", z, [
|
|
148
148
|
d("div", F, [
|
|
149
|
-
(
|
|
149
|
+
(s(!0), i(u, null, _(l.playingAs, (a, r) => (s(), i("div", {
|
|
150
150
|
key: `pa${r}`,
|
|
151
151
|
class: b(["details__body__button", { active: a.isSelected }]),
|
|
152
152
|
onClick: (f) => k(a)
|
|
@@ -166,7 +166,7 @@ const n = (o) => ($("data-v-80d9c265"), o = o(), H(), o), R = { class: "details_
|
|
|
166
166
|
d("div", J, [
|
|
167
167
|
j,
|
|
168
168
|
d("div", q, [
|
|
169
|
-
(
|
|
169
|
+
(s(!0), i(u, null, _(p.value.firstHalf, (a, r) => (s(), i("div", {
|
|
170
170
|
key: `pa${r}`,
|
|
171
171
|
class: b(["details__body__button", { active: a.isSelected }]),
|
|
172
172
|
onClick: (f) => S(a)
|
|
@@ -176,7 +176,7 @@ const n = (o) => ($("data-v-80d9c265"), o = o(), H(), o), R = { class: "details_
|
|
|
176
176
|
d("div", G, [
|
|
177
177
|
K,
|
|
178
178
|
d("div", M, [
|
|
179
|
-
(
|
|
179
|
+
(s(!0), i(u, null, _(p.value.secondHalf, (a, r) => (s(), i("div", {
|
|
180
180
|
key: `pa${r}`,
|
|
181
181
|
class: b(["details__body__button", { active: a.isSelected }]),
|
|
182
182
|
onClick: (f) => S(a)
|
package/dist/{FilterConditions-99cc2b67-BnF_aLzu.js → FilterConditions-d39a5cfa-BdD7JRQb.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { useCssVars as $, computed as c,
|
|
2
|
-
import { a as T,
|
|
3
|
-
const n = (s) => (H("data-v-80d9c265"), s = s(), R(), s), V = { class: "details__header" }, W = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__header__title" }, "Jugando como", -1)), I = { class: "details__header__checkbox" },
|
|
1
|
+
import { useCssVars as $, computed as c, openBlock as d, createElementBlock as i, normalizeStyle as E, createElementVNode as o, createVNode as y, unref as g, Fragment as u, renderList as _, normalizeClass as b, toDisplayString as v, pushScopeId as H, popScopeId as R } from "vue";
|
|
2
|
+
import { a as T, q as m } from "./index-DSzeV2wA.js";
|
|
3
|
+
const n = (s) => (H("data-v-80d9c265"), s = s(), R(), s), V = { class: "details__header" }, W = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__header__title" }, "Jugando como", -1)), I = { class: "details__header__checkbox" }, q = { class: "details__body" }, z = { class: "details__body__playing-as" }, F = ["onClick"], L = { class: "details__header" }, N = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__header__title" }, "En: (Elige el lapso de tiempo)", -1)), U = { class: "details__header__checkbox" }, D = { class: "details__body" }, J = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__body__title" }, "1er tiempo", -1)), K = { class: "details__body__game-section" }, j = ["onClick"], w = { class: "details__body" }, G = /* @__PURE__ */ n(() => /* @__PURE__ */ o("div", { class: "details__body__title" }, "2do tiempo", -1)), M = { class: "details__body__game-section" }, O = ["onClick"], P = {
|
|
4
4
|
__name: "FilterConditions",
|
|
5
5
|
props: {
|
|
6
6
|
playingAs: {
|
|
@@ -130,7 +130,7 @@ const n = (s) => (H("data-v-80d9c265"), s = s(), R(), s), V = { class: "details_
|
|
|
130
130
|
t.isSelected = l === 0;
|
|
131
131
|
});
|
|
132
132
|
}
|
|
133
|
-
return (e, t) => (
|
|
133
|
+
return (e, t) => (d(), i("div", {
|
|
134
134
|
class: "details",
|
|
135
135
|
style: E(B.value)
|
|
136
136
|
}, [
|
|
@@ -144,9 +144,9 @@ const n = (s) => (H("data-v-80d9c265"), s = s(), R(), s), V = { class: "details_
|
|
|
144
144
|
}, null, 8, ["model-value"])
|
|
145
145
|
])
|
|
146
146
|
]),
|
|
147
|
-
o("div",
|
|
147
|
+
o("div", q, [
|
|
148
148
|
o("div", z, [
|
|
149
|
-
(
|
|
149
|
+
(d(!0), i(u, null, _(a.playingAs, (l, r) => (d(), i("div", {
|
|
150
150
|
key: `pa${r}`,
|
|
151
151
|
class: b(["details__body__button", { active: l.isSelected }]),
|
|
152
152
|
onClick: (f) => k(l)
|
|
@@ -164,19 +164,19 @@ const n = (s) => (H("data-v-80d9c265"), s = s(), R(), s), V = { class: "details_
|
|
|
164
164
|
])
|
|
165
165
|
]),
|
|
166
166
|
o("div", D, [
|
|
167
|
-
|
|
168
|
-
o("div",
|
|
169
|
-
(
|
|
167
|
+
J,
|
|
168
|
+
o("div", K, [
|
|
169
|
+
(d(!0), i(u, null, _(p.value.firstHalf, (l, r) => (d(), i("div", {
|
|
170
170
|
key: `pa${r}`,
|
|
171
171
|
class: b(["details__body__button", { active: l.isSelected }]),
|
|
172
172
|
onClick: (f) => S(l)
|
|
173
|
-
}, v(l.text), 11,
|
|
173
|
+
}, v(l.text), 11, j))), 128))
|
|
174
174
|
])
|
|
175
175
|
]),
|
|
176
176
|
o("div", w, [
|
|
177
177
|
G,
|
|
178
178
|
o("div", M, [
|
|
179
|
-
(
|
|
179
|
+
(d(!0), i(u, null, _(p.value.secondHalf, (l, r) => (d(), i("div", {
|
|
180
180
|
key: `pa${r}`,
|
|
181
181
|
class: b(["details__body__button", { active: l.isSelected }]),
|
|
182
182
|
onClick: (f) => S(l)
|
package/dist/{FilterField-a29b1541-C0T1kF6j-BcwX1eqX.js → FilterField-a29b1541-CU71K4BQ-CyVWj6N9.js}
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ref as r,
|
|
2
|
-
import { h as u, K as f } from "./index-
|
|
1
|
+
import { ref as r, openBlock as a, createElementBlock as n, createVNode as c, unref as d } from "vue";
|
|
2
|
+
import { h as u, K as f } from "./index-DSzeV2wA.js";
|
|
3
3
|
const m = { class: "filter-field" }, i = {
|
|
4
4
|
__name: "FilterField",
|
|
5
5
|
setup(s) {
|
|
6
6
|
const o = r(Array.from({ length: 16 }, (l, e) => e + 1));
|
|
7
7
|
function t() {
|
|
8
8
|
}
|
|
9
|
-
return (l, e) => (
|
|
9
|
+
return (l, e) => (a(), n("div", m, [
|
|
10
10
|
c(d(f), {
|
|
11
11
|
width: "100%",
|
|
12
12
|
"background-color": "#2E3B46",
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ref as a, openBlock as r, createElementBlock as n, createVNode as c, unref as i } from "vue";
|
|
2
|
+
import { a as u, i as d } from "./index-DSzeV2wA.js";
|
|
3
|
+
const f = { class: "filter-field" }, s = {
|
|
4
|
+
__name: "FilterField",
|
|
5
|
+
setup(m) {
|
|
6
|
+
const l = a(Array.from({ length: 16 }, (t, e) => e + 1));
|
|
7
|
+
function o() {
|
|
8
|
+
}
|
|
9
|
+
return (t, e) => (r(), n("div", f, [
|
|
10
|
+
c(i(d), {
|
|
11
|
+
width: "100%",
|
|
12
|
+
"background-color": "#2E3B46",
|
|
13
|
+
value: l.value,
|
|
14
|
+
"onUpdate:modelValue": o
|
|
15
|
+
}, null, 8, ["value"])
|
|
16
|
+
]));
|
|
17
|
+
}
|
|
18
|
+
}, _ = /* @__PURE__ */ u(s, [["__scopeId", "data-v-8103c3e1"]]);
|
|
19
|
+
export {
|
|
20
|
+
_ as default
|
|
21
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { h as l, c as y } from "./index-
|
|
1
|
+
import { openBlock as r, createElementBlock as a, Fragment as t, renderList as u, createVNode as d, createBlock as n, unref as i } from "vue";
|
|
2
|
+
import { h as l, c as y } from "./index-DSzeV2wA.js";
|
|
3
3
|
const b = { class: "subcategory-group" }, g = {
|
|
4
4
|
__name: "SubcategoryGroup",
|
|
5
5
|
props: {
|
package/dist/{FilterSubcategories-a1b6596a-Da4lhwER.js → FilterSubcategories-87004bd7-B0nYPp8d.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { a as l,
|
|
1
|
+
import { openBlock as r, createElementBlock as a, Fragment as t, renderList as u, createVNode as d, createBlock as n, unref as i } from "vue";
|
|
2
|
+
import { a as l, q as g } from "./index-DSzeV2wA.js";
|
|
3
3
|
const y = { class: "subcategory-group" }, b = {
|
|
4
4
|
__name: "SubcategoryGroup",
|
|
5
5
|
props: {
|
package/dist/css/fonts.css
CHANGED
|
@@ -1,112 +1,112 @@
|
|
|
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: 'BebasNeue-Regular';
|
|
10
|
-
src: url('/fonts/BebasNeue-Regular.otf') format('opentype');
|
|
11
|
-
}
|
|
12
|
-
@font-face {
|
|
13
|
-
font-family: 'Poppins-BlackItalic';
|
|
14
|
-
src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
|
|
15
|
-
}
|
|
16
|
-
@font-face {
|
|
17
|
-
font-family: 'Poppins-Bold';
|
|
18
|
-
src: url('/fonts/Poppins-Bold.otf') format('opentype');
|
|
19
|
-
}
|
|
20
|
-
@font-face {
|
|
21
|
-
font-family: 'Poppins-BoldItalic';
|
|
22
|
-
src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
|
|
23
|
-
}
|
|
24
|
-
@font-face {
|
|
25
|
-
font-family: 'Poppins-ExtraBold';
|
|
26
|
-
src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
|
|
27
|
-
}
|
|
28
|
-
@font-face {
|
|
29
|
-
font-family: 'Poppins-ExtraBoldItalic';
|
|
30
|
-
src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
|
|
31
|
-
}
|
|
32
|
-
@font-face {
|
|
33
|
-
font-family: 'Poppins-ExtraLight';
|
|
34
|
-
src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
|
|
35
|
-
}
|
|
36
|
-
@font-face {
|
|
37
|
-
font-family: 'Poppins-ExtraLightItalic';
|
|
38
|
-
src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
|
|
39
|
-
}
|
|
40
|
-
@font-face {
|
|
41
|
-
font-family: 'Poppins-Italic';
|
|
42
|
-
src: url('/fonts/Poppins-Italic.otf') format('opentype');
|
|
43
|
-
}
|
|
44
|
-
@font-face {
|
|
45
|
-
font-family: 'Poppins-Light';
|
|
46
|
-
src: url('/fonts/Poppins-Light.otf') format('opentype');
|
|
47
|
-
}
|
|
48
|
-
@font-face {
|
|
49
|
-
font-family: 'Poppins-LightItalic';
|
|
50
|
-
src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
|
|
51
|
-
}
|
|
52
|
-
@font-face {
|
|
53
|
-
font-family: 'Poppins-MediumItalic';
|
|
54
|
-
src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
|
|
55
|
-
}
|
|
56
|
-
@font-face {
|
|
57
|
-
font-family: 'Poppins-Medium';
|
|
58
|
-
src: url('/fonts/Poppins-Medium.otf') format('opentype');
|
|
59
|
-
}
|
|
60
|
-
@font-face {
|
|
61
|
-
font-family: 'Poppins-Regular';
|
|
62
|
-
src: url('/fonts/Poppins-Regular.otf') format('opentype');
|
|
63
|
-
}
|
|
64
|
-
@font-face {
|
|
65
|
-
font-family: 'Poppins-SemiBold';
|
|
66
|
-
src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
|
|
67
|
-
}
|
|
68
|
-
@font-face {
|
|
69
|
-
font-family: 'Poppins-SemiBoldItalic';
|
|
70
|
-
src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
|
|
71
|
-
}
|
|
72
|
-
@font-face {
|
|
73
|
-
font-family: 'Poppins-ThinItalic';
|
|
74
|
-
src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
|
|
75
|
-
}
|
|
76
|
-
@font-face {
|
|
77
|
-
font-family: 'Poppins-Thin';
|
|
78
|
-
src: url('/fonts/Poppins-Thin.otf') format('opentype');
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
/*FUENTES*/
|
|
82
|
-
@font-face {
|
|
83
|
-
font-family: 'Montserrat-SemiBold';
|
|
84
|
-
src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
@font-face {
|
|
89
|
-
font-family: 'Oswald-Bold';
|
|
90
|
-
src: url('/fonts/Oswald-Bold.ttf') format('truetype');
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
@font-face {
|
|
94
|
-
font-family: 'Oswald-Regular';
|
|
95
|
-
src: url('/fonts/Oswald-Regular.ttf') format('truetype');
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
@font-face {
|
|
99
|
-
font-family: 'Oswald-SemiBold';
|
|
100
|
-
src: url('/fonts/Oswald-SemiBold.ttf') format('truetype');
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
@font-face {
|
|
104
|
-
font-family: 'Oswald-Medium';
|
|
105
|
-
src: url('/fonts/Oswald-Medium.ttf') format('truetype');
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
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: 'BebasNeue-Regular';
|
|
10
|
+
src: url('/fonts/BebasNeue-Regular.otf') format('opentype');
|
|
11
|
+
}
|
|
12
|
+
@font-face {
|
|
13
|
+
font-family: 'Poppins-BlackItalic';
|
|
14
|
+
src: url('/fonts/Poppins-BlackItalic.otf') format('opentype');
|
|
15
|
+
}
|
|
16
|
+
@font-face {
|
|
17
|
+
font-family: 'Poppins-Bold';
|
|
18
|
+
src: url('/fonts/Poppins-Bold.otf') format('opentype');
|
|
19
|
+
}
|
|
20
|
+
@font-face {
|
|
21
|
+
font-family: 'Poppins-BoldItalic';
|
|
22
|
+
src: url('/fonts/Poppins-BoldItalic.otf') format('opentype');
|
|
23
|
+
}
|
|
24
|
+
@font-face {
|
|
25
|
+
font-family: 'Poppins-ExtraBold';
|
|
26
|
+
src: url('/fonts/Poppins-ExtraBold.otf') format('opentype');
|
|
27
|
+
}
|
|
28
|
+
@font-face {
|
|
29
|
+
font-family: 'Poppins-ExtraBoldItalic';
|
|
30
|
+
src: url('/fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
|
|
31
|
+
}
|
|
32
|
+
@font-face {
|
|
33
|
+
font-family: 'Poppins-ExtraLight';
|
|
34
|
+
src: url('/fonts/Poppins-ExtraLight.otf') format('opentype');
|
|
35
|
+
}
|
|
36
|
+
@font-face {
|
|
37
|
+
font-family: 'Poppins-ExtraLightItalic';
|
|
38
|
+
src: url('/fonts/Poppins-ExtraLightItalic.otf') format('opentype');
|
|
39
|
+
}
|
|
40
|
+
@font-face {
|
|
41
|
+
font-family: 'Poppins-Italic';
|
|
42
|
+
src: url('/fonts/Poppins-Italic.otf') format('opentype');
|
|
43
|
+
}
|
|
44
|
+
@font-face {
|
|
45
|
+
font-family: 'Poppins-Light';
|
|
46
|
+
src: url('/fonts/Poppins-Light.otf') format('opentype');
|
|
47
|
+
}
|
|
48
|
+
@font-face {
|
|
49
|
+
font-family: 'Poppins-LightItalic';
|
|
50
|
+
src: url('/fonts/Poppins-LightItalic.otf') format('opentype');
|
|
51
|
+
}
|
|
52
|
+
@font-face {
|
|
53
|
+
font-family: 'Poppins-MediumItalic';
|
|
54
|
+
src: url('/fonts/Poppins-MediumItalic.otf') format('opentype');
|
|
55
|
+
}
|
|
56
|
+
@font-face {
|
|
57
|
+
font-family: 'Poppins-Medium';
|
|
58
|
+
src: url('/fonts/Poppins-Medium.otf') format('opentype');
|
|
59
|
+
}
|
|
60
|
+
@font-face {
|
|
61
|
+
font-family: 'Poppins-Regular';
|
|
62
|
+
src: url('/fonts/Poppins-Regular.otf') format('opentype');
|
|
63
|
+
}
|
|
64
|
+
@font-face {
|
|
65
|
+
font-family: 'Poppins-SemiBold';
|
|
66
|
+
src: url('/fonts/Poppins-SemiBold.otf') format('opentype');
|
|
67
|
+
}
|
|
68
|
+
@font-face {
|
|
69
|
+
font-family: 'Poppins-SemiBoldItalic';
|
|
70
|
+
src: url('/fonts/Poppins-SemiBoldItalic.otf') format('opentype');
|
|
71
|
+
}
|
|
72
|
+
@font-face {
|
|
73
|
+
font-family: 'Poppins-ThinItalic';
|
|
74
|
+
src: url('/fonts/Poppins-ThinItalic.otf') format('opentype');
|
|
75
|
+
}
|
|
76
|
+
@font-face {
|
|
77
|
+
font-family: 'Poppins-Thin';
|
|
78
|
+
src: url('/fonts/Poppins-Thin.otf') format('opentype');
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/*FUENTES*/
|
|
82
|
+
@font-face {
|
|
83
|
+
font-family: 'Montserrat-SemiBold';
|
|
84
|
+
src: url('/fonts/Montserrat-SemiBold.otf') format('opentype');
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
@font-face {
|
|
89
|
+
font-family: 'Oswald-Bold';
|
|
90
|
+
src: url('/fonts/Oswald-Bold.ttf') format('truetype');
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
@font-face {
|
|
94
|
+
font-family: 'Oswald-Regular';
|
|
95
|
+
src: url('/fonts/Oswald-Regular.ttf') format('truetype');
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
@font-face {
|
|
99
|
+
font-family: 'Oswald-SemiBold';
|
|
100
|
+
src: url('/fonts/Oswald-SemiBold.ttf') format('truetype');
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
@font-face {
|
|
104
|
+
font-family: 'Oswald-Medium';
|
|
105
|
+
src: url('/fonts/Oswald-Medium.ttf') format('truetype');
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|