Files
moeka-project/packages/moonshine-web/src/styles/main.css
T
2024-12-25 15:20:13 +08:00

19 lines
274 B
CSS

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
font-family: 'Poppins', sans-serif;
}
html {
overflow: hidden;
}
html,
body,
#app {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}