Files
Q-Wallets/src/index.css
2025-11-28 08:46:51 +01:00

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';
}