Skip to content

Commit

Permalink
fix: inter font issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Dec 30, 2024
1 parent 5d8e9d6 commit db6a590
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
Binary file not shown.
Binary file not shown.
14 changes: 14 additions & 0 deletions packages/extension/public/fonts/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,18 @@
src: url('./OdibeeSans-Regular.ttf'); /* IE9 Compat Modes */
src: local(''),
url('./OdibeeSans-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
}

@font-face {
font-family: 'Inter';
src: url('./Inter-VariableFont_opsz,wght.ttf') format('truetype');
font-weight: 100 900;
font-style: normal;
}

@font-face {
font-family: 'Inter';
src: url('./Inter-Italic-VariableFont_opsz,wght.ttf') format('truetype');
font-weight: 100 900;
font-style: italic;
}
21 changes: 20 additions & 1 deletion packages/extension/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1466,5 +1466,24 @@
"Menu options": "",
"PolkaGate logo": "",
"Total balance": "",
"Deposit they made": ""
"Deposit they made": "",
"Privacy and security": "",
"If you have any questions, please contact us at ": "",
" or follow us on our social media accounts.": "",
"Great!": "",
"Select your language": "",
"Already have a wallet": "",
"from file": "",
"Import from": "",
"Recovery Phrase": "",
"Raw Seed": "",
"Attach": "",
"QR-signer": "",
"Ledger Device": "",
"Watch-Only Account": "",
"Demo": "",
"Account Import": "",
"Welcome": "",
"Already": "",
"have an account": ""
}

0 comments on commit db6a590

Please sign in to comment.