run-the-cat/src/style.css
2025-04-30 02:13:33 +09:00

21 lines
390 B
CSS

html,
body {
position: relative;
width: 100%;
height: 100%;
}
body {
color: #333;
margin: 0;
padding: 8px;
box-sizing: border-box;
/* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; */
font-family: "Pixelify Sans", sans-serif;
}
button {
font-family: "Pixelify Sans", sans-serif;
}