@huma-finance/widgets 0.0.59-beta.485 → 0.0.59-beta.489
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/dist/cjs/index.cjs +53 -53
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/index.js +53 -53
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/src/components/Activity.tsx +1 -1
- package/src/components/ApproveAllowanceModal.tsx +1 -1
- package/src/components/ApproveAllowanceModalV2.tsx +1 -1
- package/src/components/ChooseAmountModal.tsx +5 -6
- package/src/components/ConfirmTransferModal.tsx +2 -3
- package/src/components/CreditLine/borrow/1-Evaluation.tsx +3 -3
- package/src/components/ErrorModal.tsx +2 -2
- package/src/components/Factoring/FactoredList.tsx +2 -2
- package/src/components/Factoring/UpcomingList.tsx +2 -2
- package/src/components/HumaSnackBar.tsx +2 -2
- package/src/components/HumaTable.tsx +3 -3
- package/src/components/InputAmountModal.tsx +4 -4
- package/src/components/Lend/addRedemptionV2/1-ChooseTranche.tsx +2 -2
- package/src/components/Lend/supply/1-Evaluation/EvaluationEA.tsx +1 -1
- package/src/components/Lend/supply/1-Evaluation/EvaluationKYC.tsx +1 -1
- package/src/components/Lend/supplyV2/1-ChooseTranche.tsx +2 -2
- package/src/components/Lend/supplyV2/2-Evaluation.tsx +1 -1
- package/src/components/Lend/withdrawV2/1-ConfirmTransfer.tsx +2 -2
- package/src/components/Notifi/NotifiSubscriptionModal.tsx +1 -1
- package/src/components/ReceivableBackedCreditLine/payment/1-ChoosePaymentType.tsx +2 -2
- package/src/components/SignIn.tsx +1 -1
- package/src/components/TxDoneModal.tsx +1 -1
- package/src/components/WrapperModal.tsx +2 -2
- package/src/index.tsx +0 -2
- package/src/theme/components.ts +1 -1
- package/dist/assets/output-f6156dde.css +0 -45
- package/dist/cjs/assets/output-f6156dde.css +0 -45
- package/src/index.css +0 -61
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@huma-finance/widgets",
|
|
3
|
-
"version": "0.0.59-beta.
|
|
3
|
+
"version": "0.0.59-beta.489+dd22734",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@ethersproject/experimental": "^5.7.0",
|
|
31
31
|
"@ethersproject/providers": "^5.6.0",
|
|
32
32
|
"@ethersproject/units": "^5.6.0",
|
|
33
|
-
"@huma-finance/sdk": "^0.0.59-beta.
|
|
34
|
-
"@huma-finance/shared": "^0.0.59-beta.
|
|
33
|
+
"@huma-finance/sdk": "^0.0.59-beta.489+dd22734",
|
|
34
|
+
"@huma-finance/shared": "^0.0.59-beta.489+dd22734",
|
|
35
35
|
"@mui/icons-material": "^5.3.0",
|
|
36
36
|
"@mui/material": "^5.0.6",
|
|
37
37
|
"@mui/styles": "^5.0.2",
|
|
@@ -193,5 +193,5 @@
|
|
|
193
193
|
"optionalDependencies": {
|
|
194
194
|
"encoding": "^0.1.13"
|
|
195
195
|
},
|
|
196
|
-
"gitHead": "
|
|
196
|
+
"gitHead": "dd227340724624e258b37bbae48d4fd4e416a324"
|
|
197
197
|
}
|
|
@@ -60,11 +60,11 @@ export function ChooseAmountModal({
|
|
|
60
60
|
|
|
61
61
|
const styles = {
|
|
62
62
|
subTitle: css`
|
|
63
|
-
font-
|
|
63
|
+
font-weight: 400;
|
|
64
64
|
`,
|
|
65
65
|
description2: css`
|
|
66
66
|
${theme.cssMixins.rowCentered};
|
|
67
|
-
font-
|
|
67
|
+
font-weight: 400;
|
|
68
68
|
font-size: 16px;
|
|
69
69
|
color: #a8a1b2;
|
|
70
70
|
margin-top: ${theme.spacing(2)};
|
|
@@ -80,7 +80,7 @@ export function ChooseAmountModal({
|
|
|
80
80
|
margin-top: ${theme.spacing(4)};
|
|
81
81
|
`,
|
|
82
82
|
chosenAmount: css`
|
|
83
|
-
font-
|
|
83
|
+
font-weight: 700;
|
|
84
84
|
font-size: 32px;
|
|
85
85
|
`,
|
|
86
86
|
chosenAmountSymbol: css`
|
|
@@ -151,9 +151,8 @@ export function ChooseAmountModal({
|
|
|
151
151
|
}
|
|
152
152
|
`,
|
|
153
153
|
info: css`
|
|
154
|
-
font-family: 'Uni-Neue-Regular';
|
|
155
|
-
${theme.cssMixins.rowSpaceBetweened};
|
|
156
154
|
font-weight: 400;
|
|
155
|
+
${theme.cssMixins.rowSpaceBetweened};
|
|
157
156
|
font-size: 16px;
|
|
158
157
|
color: #423b46;
|
|
159
158
|
`,
|
|
@@ -163,7 +162,7 @@ export function ChooseAmountModal({
|
|
|
163
162
|
border-color: #e9e3f1;
|
|
164
163
|
`,
|
|
165
164
|
okButton: css`
|
|
166
|
-
font-
|
|
165
|
+
font-weight: 700;
|
|
167
166
|
width: 100%;
|
|
168
167
|
position: absolute;
|
|
169
168
|
bottom: ${theme.spacing(isXsSize ? 2 : 0)};
|
|
@@ -36,7 +36,7 @@ export function ConfirmTransferModal({
|
|
|
36
36
|
margin-top: ${theme.spacing(-0.5)};
|
|
37
37
|
`,
|
|
38
38
|
description: css`
|
|
39
|
-
font-
|
|
39
|
+
font-weight: 400;
|
|
40
40
|
font-size: 16px;
|
|
41
41
|
color: #49505b;
|
|
42
42
|
margin-top: ${theme.spacing(4)};
|
|
@@ -46,13 +46,12 @@ export function ConfirmTransferModal({
|
|
|
46
46
|
margin-top: ${theme.spacing(9)};
|
|
47
47
|
`,
|
|
48
48
|
transfer: css`
|
|
49
|
-
font-
|
|
49
|
+
font-weight: 400;
|
|
50
50
|
${theme.cssMixins.rowSpaceBetweened}
|
|
51
51
|
${theme.cssMixins.rowVCentered}
|
|
52
52
|
height: 72px;
|
|
53
53
|
background: #f9f8fa;
|
|
54
54
|
border-radius: 4px;
|
|
55
|
-
font-weight: 500;
|
|
56
55
|
font-size: 16px;
|
|
57
56
|
color: #49505b;
|
|
58
57
|
padding: ${theme.spacing(3, 2)};
|
|
@@ -67,7 +67,7 @@ export function Evaluation({
|
|
|
67
67
|
content: css`
|
|
68
68
|
${theme.cssMixins.rowHCentered};
|
|
69
69
|
margin-top: ${theme.spacing(4)};
|
|
70
|
-
font-
|
|
70
|
+
font-weight: 400;
|
|
71
71
|
font-size: 16px;
|
|
72
72
|
line-height: 24px;
|
|
73
73
|
color: #49505b;
|
|
@@ -79,7 +79,7 @@ export function Evaluation({
|
|
|
79
79
|
height: 72px;
|
|
80
80
|
background: #f9f8fa;
|
|
81
81
|
border-radius: 4px;
|
|
82
|
-
font-
|
|
82
|
+
font-weight: 400;
|
|
83
83
|
font-size: 16px;
|
|
84
84
|
color: #49505b;
|
|
85
85
|
`,
|
|
@@ -94,7 +94,7 @@ export function Evaluation({
|
|
|
94
94
|
}
|
|
95
95
|
`,
|
|
96
96
|
congratsWrapper: css`
|
|
97
|
-
font-
|
|
97
|
+
font-weight: 400;
|
|
98
98
|
font-size: 16px;
|
|
99
99
|
padding: ${theme.spacing(0, 2)};
|
|
100
100
|
${theme.cssMixins.rowVCentered}
|
|
@@ -74,14 +74,14 @@ export function ErrorModal({
|
|
|
74
74
|
`,
|
|
75
75
|
messageWrapper: css`
|
|
76
76
|
color: #541313;
|
|
77
|
-
font-
|
|
77
|
+
font-weight: 400;
|
|
78
78
|
font-size: 16px;
|
|
79
79
|
padding-left: ${theme.spacing(6)};
|
|
80
80
|
`,
|
|
81
81
|
errorMessage: css`
|
|
82
82
|
margin-top: ${theme.spacing(0.5)};
|
|
83
83
|
font-size: 14px;
|
|
84
|
-
font-
|
|
84
|
+
font-weight: 400;
|
|
85
85
|
color: #541313;
|
|
86
86
|
cursor: pointer;
|
|
87
87
|
display: -webkit-box;
|
|
@@ -85,13 +85,13 @@ export function FactoredList<T>({
|
|
|
85
85
|
|
|
86
86
|
const styles = {
|
|
87
87
|
title: css`
|
|
88
|
-
font-
|
|
88
|
+
font-weight: 800;
|
|
89
89
|
color: ${theme.palette.text.primary};
|
|
90
90
|
font-size: 24px;
|
|
91
91
|
margin-bottom: ${theme.spacing(2)};
|
|
92
92
|
`,
|
|
93
93
|
description: css`
|
|
94
|
-
font-
|
|
94
|
+
font-weight: 400;
|
|
95
95
|
color: ${theme.palette.text.primary};
|
|
96
96
|
font-size: 1rem;
|
|
97
97
|
`,
|
|
@@ -37,13 +37,13 @@ export function UpcomingList<T>({
|
|
|
37
37
|
|
|
38
38
|
const styles = {
|
|
39
39
|
title: css`
|
|
40
|
-
font-
|
|
40
|
+
font-weight: 800;
|
|
41
41
|
color: ${theme.palette.text.primary};
|
|
42
42
|
font-size: 24px;
|
|
43
43
|
margin-bottom: ${theme.spacing(2)};
|
|
44
44
|
`,
|
|
45
45
|
description: css`
|
|
46
|
-
font-
|
|
46
|
+
font-weight: 400;
|
|
47
47
|
color: ${theme.palette.text.primary};
|
|
48
48
|
font-size: 1rem;
|
|
49
49
|
`,
|
|
@@ -33,11 +33,11 @@ export function HumaSnackBar({
|
|
|
33
33
|
title: css`
|
|
34
34
|
margin-bottom: ${theme.spacing(1)};
|
|
35
35
|
font-size: 16px;
|
|
36
|
-
font-
|
|
36
|
+
font-weight: 700;
|
|
37
37
|
`,
|
|
38
38
|
message: css`
|
|
39
39
|
font-size: 15px;
|
|
40
|
-
font-
|
|
40
|
+
font-weight: 400;
|
|
41
41
|
`,
|
|
42
42
|
}
|
|
43
43
|
|
|
@@ -35,13 +35,13 @@ export function HumaTable<T>({
|
|
|
35
35
|
|
|
36
36
|
const styles = {
|
|
37
37
|
tableHeader: css`
|
|
38
|
-
font-
|
|
38
|
+
font-weight: 400;
|
|
39
39
|
${theme.cssMixins.rowVCentered}
|
|
40
40
|
font-size: 14px;
|
|
41
41
|
color: rgba(0, 0, 0, 0.87);
|
|
42
42
|
`,
|
|
43
43
|
tableBody: css`
|
|
44
|
-
font-
|
|
44
|
+
font-weight: 400;
|
|
45
45
|
font-size: 14px;
|
|
46
46
|
color: rgba(0, 0, 0, 0.87);
|
|
47
47
|
`,
|
|
@@ -50,7 +50,7 @@ export function HumaTable<T>({
|
|
|
50
50
|
flex-direction: column;
|
|
51
51
|
align-items: center;
|
|
52
52
|
margin-top: ${theme.spacing(2)};
|
|
53
|
-
font-
|
|
53
|
+
font-weight: 400;
|
|
54
54
|
font-size: 14px;
|
|
55
55
|
`,
|
|
56
56
|
}
|
|
@@ -50,7 +50,7 @@ export function InputAmountModal({
|
|
|
50
50
|
input {
|
|
51
51
|
width: 100%;
|
|
52
52
|
color: ${theme.palette.text.primary};
|
|
53
|
-
font-
|
|
53
|
+
font-weight: 800;
|
|
54
54
|
font-size: 40px;
|
|
55
55
|
line-height: 133.4%;
|
|
56
56
|
}
|
|
@@ -63,7 +63,7 @@ export function InputAmountModal({
|
|
|
63
63
|
maxTitle: css`
|
|
64
64
|
position: absolute;
|
|
65
65
|
color: ${theme.palette.text.primary};
|
|
66
|
-
font-
|
|
66
|
+
font-weight: 400;
|
|
67
67
|
font-size: 12px;
|
|
68
68
|
line-height: 166%;
|
|
69
69
|
letter-spacing: 0.4px;
|
|
@@ -81,14 +81,14 @@ export function InputAmountModal({
|
|
|
81
81
|
padding: 4px 10px;
|
|
82
82
|
gap: 8px;
|
|
83
83
|
color: #b246ff;
|
|
84
|
-
font-
|
|
84
|
+
font-weight: 700;
|
|
85
85
|
font-size: 13px;
|
|
86
86
|
line-height: 22px;
|
|
87
87
|
letter-spacing: 0.46px;
|
|
88
88
|
`,
|
|
89
89
|
info: css`
|
|
90
90
|
color: ${theme.palette.text.primary};
|
|
91
|
-
font-
|
|
91
|
+
font-weight: 700;
|
|
92
92
|
font-size: 20px;
|
|
93
93
|
line-height: 160%;
|
|
94
94
|
letter-spacing: 0.15px;
|
|
@@ -31,7 +31,7 @@ export function ChooseTranche({
|
|
|
31
31
|
const styles = {
|
|
32
32
|
subTitle: css`
|
|
33
33
|
color: ${theme.palette.text.primary} !important;
|
|
34
|
-
font-
|
|
34
|
+
font-weight: 400;
|
|
35
35
|
font-size: 16px;
|
|
36
36
|
line-height: 150%;
|
|
37
37
|
letter-spacing: 0.15px;
|
|
@@ -47,7 +47,7 @@ export function ChooseTranche({
|
|
|
47
47
|
|
|
48
48
|
.MuiFormControlLabel-label {
|
|
49
49
|
color: ${theme.palette.text.primary};
|
|
50
|
-
font-
|
|
50
|
+
font-weight: 400;
|
|
51
51
|
font-size: 16px;
|
|
52
52
|
line-height: 150%;
|
|
53
53
|
letter-spacing: 0.15px;
|
|
@@ -33,7 +33,7 @@ export function ChooseTranche({
|
|
|
33
33
|
const styles = {
|
|
34
34
|
subTitle: css`
|
|
35
35
|
color: ${theme.palette.text.primary} !important;
|
|
36
|
-
font-
|
|
36
|
+
font-weight: 400;
|
|
37
37
|
font-size: 16px;
|
|
38
38
|
line-height: 150%;
|
|
39
39
|
letter-spacing: 0.15px;
|
|
@@ -49,7 +49,7 @@ export function ChooseTranche({
|
|
|
49
49
|
|
|
50
50
|
.MuiFormControlLabel-label {
|
|
51
51
|
color: ${theme.palette.text.primary};
|
|
52
|
-
font-
|
|
52
|
+
font-weight: 400;
|
|
53
53
|
font-size: 16px;
|
|
54
54
|
line-height: 150%;
|
|
55
55
|
letter-spacing: 0.15px;
|
|
@@ -80,7 +80,7 @@ export function ConfirmTransfer({
|
|
|
80
80
|
itemWrapper: css`
|
|
81
81
|
margin-top: ${theme.spacing(9)};
|
|
82
82
|
color: ${theme.palette.text.primary};
|
|
83
|
-
font-
|
|
83
|
+
font-weight: 400;
|
|
84
84
|
font-size: 16px;
|
|
85
85
|
line-height: 175%;
|
|
86
86
|
letter-spacing: 0.15px;
|
|
@@ -93,7 +93,7 @@ export function ConfirmTransfer({
|
|
|
93
93
|
`,
|
|
94
94
|
itemValue: css`
|
|
95
95
|
font-size: 20px;
|
|
96
|
-
font-
|
|
96
|
+
font-weight: 700;
|
|
97
97
|
`,
|
|
98
98
|
divider: css`
|
|
99
99
|
border-color: #eae6f0;
|
|
@@ -158,7 +158,7 @@ export function NotifiSubscriptionModal({
|
|
|
158
158
|
const styles = {
|
|
159
159
|
disclaimer: css`
|
|
160
160
|
${theme.cssMixins.rowCentered};
|
|
161
|
-
font-
|
|
161
|
+
font-weight: 400;
|
|
162
162
|
font-size: 16px;
|
|
163
163
|
color: #a8a1b2;
|
|
164
164
|
margin-top: ${theme.spacing(6)};
|
|
@@ -31,7 +31,7 @@ export function ChoosePaymentType({
|
|
|
31
31
|
const styles = {
|
|
32
32
|
subTitle: css`
|
|
33
33
|
color: ${theme.palette.text.primary} !important;
|
|
34
|
-
font-
|
|
34
|
+
font-weight: 400;
|
|
35
35
|
font-size: 16px;
|
|
36
36
|
line-height: 150%;
|
|
37
37
|
letter-spacing: 0.15px;
|
|
@@ -46,7 +46,7 @@ export function ChoosePaymentType({
|
|
|
46
46
|
margin-bottom: ${theme.spacing(1)};
|
|
47
47
|
.MuiFormControlLabel-label {
|
|
48
48
|
color: ${theme.palette.text.primary};
|
|
49
|
-
font-
|
|
49
|
+
font-weight: 400;
|
|
50
50
|
font-size: 16px;
|
|
51
51
|
line-height: 150%;
|
|
52
52
|
letter-spacing: 0.15px;
|
|
@@ -21,14 +21,14 @@ export function WrapperModal({
|
|
|
21
21
|
`,
|
|
22
22
|
header: css`
|
|
23
23
|
${theme.cssMixins.rowHCentered};
|
|
24
|
-
font-
|
|
24
|
+
font-weight: 700;
|
|
25
25
|
font-size: 20px;
|
|
26
26
|
margin-top: ${theme.spacing(-0.5)};
|
|
27
27
|
`,
|
|
28
28
|
content: css`
|
|
29
29
|
${theme.cssMixins.rowHCentered};
|
|
30
30
|
margin-top: ${theme.spacing(4)};
|
|
31
|
-
font-
|
|
31
|
+
font-weight: 400;
|
|
32
32
|
font-size: 16px;
|
|
33
33
|
line-height: 24px;
|
|
34
34
|
color: #49505b;
|
package/src/index.tsx
CHANGED
package/src/theme/components.ts
CHANGED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: "Recoleta-Medium";
|
|
3
|
-
src: local("Recoleta-Medium"), url(./fonts/Recoleta/Recoleta-Medium.otf) format("truetype");
|
|
4
|
-
font-weight: 500;
|
|
5
|
-
}
|
|
6
|
-
@font-face {
|
|
7
|
-
font-family: "Roboto-Medium";
|
|
8
|
-
src: local("Roboto-Medium"), url(./fonts/Roboto/Roboto-Medium.ttf) format("truetype");
|
|
9
|
-
font-weight: 500;
|
|
10
|
-
}
|
|
11
|
-
@font-face {
|
|
12
|
-
font-family: "Roboto-Regular";
|
|
13
|
-
src: local("Roboto-Regular"), url(./fonts/Roboto/Roboto-Regular.ttf) format("truetype");
|
|
14
|
-
font-weight: 400;
|
|
15
|
-
}
|
|
16
|
-
@font-face {
|
|
17
|
-
font-family: "Inter-Bold";
|
|
18
|
-
src: local("Inter-Bold"), url(./fonts/Inter/Inter-Bold.ttf) format("truetype");
|
|
19
|
-
font-weight: 700;
|
|
20
|
-
}
|
|
21
|
-
@font-face {
|
|
22
|
-
font-family: "Inter-Medium";
|
|
23
|
-
src: local("Inter-Medium"), url(./fonts/Inter/Inter-Medium.ttf) format("truetype");
|
|
24
|
-
font-weight: 500;
|
|
25
|
-
}
|
|
26
|
-
@font-face {
|
|
27
|
-
font-family: "Inter-Regular";
|
|
28
|
-
src: local("Inter-Regular"), url(./fonts/Inter/Inter-Regular.ttf) format("truetype");
|
|
29
|
-
font-weight: 400;
|
|
30
|
-
}
|
|
31
|
-
@font-face {
|
|
32
|
-
font-family: "Uni-Neue-Black";
|
|
33
|
-
src: local("Uni-Neue-Black"), url(./fonts/UniNeue/UniNeue-Black.ttf) format("truetype");
|
|
34
|
-
font-weight: 800;
|
|
35
|
-
}
|
|
36
|
-
@font-face {
|
|
37
|
-
font-family: "Uni-Neue-Bold";
|
|
38
|
-
src: local("Uni-Neue-Bold"), url(./fonts/UniNeue/UniNeue-Bold.ttf) format("truetype");
|
|
39
|
-
font-weight: 700;
|
|
40
|
-
}
|
|
41
|
-
@font-face {
|
|
42
|
-
font-family: "Uni-Neue-Regular";
|
|
43
|
-
src: local("Uni-Neue-Regular"), url(./fonts/UniNeue/UniNeue-Regular.ttf) format("truetype");
|
|
44
|
-
font-weight: 400;
|
|
45
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: "Recoleta-Medium";
|
|
3
|
-
src: local("Recoleta-Medium"), url(./fonts/Recoleta/Recoleta-Medium.otf) format("truetype");
|
|
4
|
-
font-weight: 500;
|
|
5
|
-
}
|
|
6
|
-
@font-face {
|
|
7
|
-
font-family: "Roboto-Medium";
|
|
8
|
-
src: local("Roboto-Medium"), url(./fonts/Roboto/Roboto-Medium.ttf) format("truetype");
|
|
9
|
-
font-weight: 500;
|
|
10
|
-
}
|
|
11
|
-
@font-face {
|
|
12
|
-
font-family: "Roboto-Regular";
|
|
13
|
-
src: local("Roboto-Regular"), url(./fonts/Roboto/Roboto-Regular.ttf) format("truetype");
|
|
14
|
-
font-weight: 400;
|
|
15
|
-
}
|
|
16
|
-
@font-face {
|
|
17
|
-
font-family: "Inter-Bold";
|
|
18
|
-
src: local("Inter-Bold"), url(./fonts/Inter/Inter-Bold.ttf) format("truetype");
|
|
19
|
-
font-weight: 700;
|
|
20
|
-
}
|
|
21
|
-
@font-face {
|
|
22
|
-
font-family: "Inter-Medium";
|
|
23
|
-
src: local("Inter-Medium"), url(./fonts/Inter/Inter-Medium.ttf) format("truetype");
|
|
24
|
-
font-weight: 500;
|
|
25
|
-
}
|
|
26
|
-
@font-face {
|
|
27
|
-
font-family: "Inter-Regular";
|
|
28
|
-
src: local("Inter-Regular"), url(./fonts/Inter/Inter-Regular.ttf) format("truetype");
|
|
29
|
-
font-weight: 400;
|
|
30
|
-
}
|
|
31
|
-
@font-face {
|
|
32
|
-
font-family: "Uni-Neue-Black";
|
|
33
|
-
src: local("Uni-Neue-Black"), url(./fonts/UniNeue/UniNeue-Black.ttf) format("truetype");
|
|
34
|
-
font-weight: 800;
|
|
35
|
-
}
|
|
36
|
-
@font-face {
|
|
37
|
-
font-family: "Uni-Neue-Bold";
|
|
38
|
-
src: local("Uni-Neue-Bold"), url(./fonts/UniNeue/UniNeue-Bold.ttf) format("truetype");
|
|
39
|
-
font-weight: 700;
|
|
40
|
-
}
|
|
41
|
-
@font-face {
|
|
42
|
-
font-family: "Uni-Neue-Regular";
|
|
43
|
-
src: local("Uni-Neue-Regular"), url(./fonts/UniNeue/UniNeue-Regular.ttf) format("truetype");
|
|
44
|
-
font-weight: 400;
|
|
45
|
-
}
|
package/src/index.css
DELETED
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: 'Recoleta-Medium';
|
|
3
|
-
src: local('Recoleta-Medium'),
|
|
4
|
-
url(./fonts/Recoleta/Recoleta-Medium.otf) format('truetype');
|
|
5
|
-
font-weight: 500;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: 'Roboto-Medium';
|
|
10
|
-
src: local('Roboto-Medium'),
|
|
11
|
-
url(./fonts/Roboto/Roboto-Medium.ttf) format('truetype');
|
|
12
|
-
font-weight: 500;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
@font-face {
|
|
16
|
-
font-family: 'Roboto-Regular';
|
|
17
|
-
src: local('Roboto-Regular'),
|
|
18
|
-
url(./fonts/Roboto/Roboto-Regular.ttf) format('truetype');
|
|
19
|
-
font-weight: 400;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
@font-face {
|
|
23
|
-
font-family: 'Inter-Bold';
|
|
24
|
-
src: local('Inter-Bold'), url(./fonts/Inter/Inter-Bold.ttf) format('truetype');
|
|
25
|
-
font-weight: 700;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
@font-face {
|
|
29
|
-
font-family: 'Inter-Medium';
|
|
30
|
-
src: local('Inter-Medium'),
|
|
31
|
-
url(./fonts/Inter/Inter-Medium.ttf) format('truetype');
|
|
32
|
-
font-weight: 500;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
@font-face {
|
|
36
|
-
font-family: 'Inter-Regular';
|
|
37
|
-
src: local('Inter-Regular'),
|
|
38
|
-
url(./fonts/Inter/Inter-Regular.ttf) format('truetype');
|
|
39
|
-
font-weight: 400;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
@font-face {
|
|
43
|
-
font-family: 'Uni-Neue-Black';
|
|
44
|
-
src: local('Uni-Neue-Black'),
|
|
45
|
-
url(./fonts/UniNeue/UniNeue-Black.ttf) format('truetype');
|
|
46
|
-
font-weight: 800;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
@font-face {
|
|
50
|
-
font-family: 'Uni-Neue-Bold';
|
|
51
|
-
src: local('Uni-Neue-Bold'),
|
|
52
|
-
url(./fonts/UniNeue/UniNeue-Bold.ttf) format('truetype');
|
|
53
|
-
font-weight: 700;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
@font-face {
|
|
57
|
-
font-family: 'Uni-Neue-Regular';
|
|
58
|
-
src: local('Uni-Neue-Regular'),
|
|
59
|
-
url(./fonts/UniNeue/UniNeue-Regular.ttf) format('truetype');
|
|
60
|
-
font-weight: 400;
|
|
61
|
-
}
|