Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: add balance logic #20

Merged
merged 3 commits into from
Dec 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
delete unused
sokolova-an committed Dec 13, 2023
commit f53a65cddae085b6d0eb88058cc71e9e4b3c798b
Binary file removed src/common/assets/fonts/Inter/Inter-400.woff2
Binary file not shown.
Binary file removed src/common/assets/fonts/Inter/Inter-500.woff2
Binary file not shown.
Binary file removed src/common/assets/fonts/Inter/Inter-600.woff2
Binary file not shown.
Binary file removed src/common/assets/fonts/Inter/Inter-800.woff2
Binary file not shown.
30 changes: 0 additions & 30 deletions src/styles/fonts.css
Original file line number Diff line number Diff line change
@@ -1,33 +1,3 @@
/* Inter (Latin) */
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('/src/renderer/shared/assets/fonts/Inter/Inter-400.woff2') format('woff2');
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-display: swap;
src: url('/src/renderer/shared/assets/fonts/Inter/Inter-500.woff2') format('woff2');
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url('/src/renderer/shared/assets/fonts/Inter/Inter-600.woff2') format('woff2');
}
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 800;
font-display: swap;
src: url('/src/renderer/shared/assets/fonts/Inter/Inter-800.woff2') format('woff2');
}

/* Manrope (Latin) */
@font-face {
font-family: 'Manrope';