mirror of
https://github.com/Qortal/Q-Wallets.git
synced 2026-06-06 15:09:23 +00:00
34 lines
701 B
CSS
34 lines
701 B
CSS
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('./styles/fonts/Inter-SemiBold.woff2') format('woff2');
|
|
font-weight: 600;
|
|
font-display: swap;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('./styles/fonts/Inter-ExtraBold.woff2') format('woff2');
|
|
font-weight: 800;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('./styles/fonts/Inter-Bold.woff2') format('woff2');
|
|
font-weight: 700;
|
|
font-display: swap;
|
|
}
|
|
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('./styles/fonts/Inter-Regular.woff2') format('woff2');
|
|
font-weight: 400;
|
|
font-display: swap;
|
|
}
|
|
|
|
:root {
|
|
line-height: 1.2;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
box-sizing: border-box;
|
|
font-family: 'Inter';
|
|
}
|