qortal-mobile/src/index.css

32 lines
609 B
CSS
Raw Normal View History

2024-04-14 21:14:13 +03:00
@font-face {
font-family: 'Inter';
src: url('./styles/fonts/Inter-SemiBold.ttf') format('truetype');
font-weight: 600;
2024-04-14 14:57:30 +03:00
}
2024-04-14 21:14:13 +03:00
@font-face {
font-family: 'Inter';
src: url('./styles/fonts/Inter-ExtraBold.ttf') format('truetype');
font-weight: 800;
}
@font-face {
font-family: 'Inter';
src: url('./styles/fonts/Inter-Bold.ttf') format('truetype');
font-weight: 700;
}
@font-face {
font-family: 'Inter';
src: url('./styles/fonts/Inter-Regular.ttf') format('truetype');
font-weight: 400;
2024-04-14 14:57:30 +03:00
}
2024-04-14 21:14:13 +03:00
:root {
padding: 0px;
margin: 0px;
box-sizing: border-box !important;
2024-04-14 14:57:30 +03:00
}
2024-04-14 21:14:13 +03:00
body {
margin: 0px;
}