mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-10 06:29:52 +00:00
17 lines
338 B
CSS
17 lines
338 B
CSS
:root {
|
|
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
|
|
font-weight: 400;
|
|
font-synthesis: none;
|
|
line-height: 1.5;
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
min-width: 320px;
|
|
min-height: 100vh;
|
|
}
|