ujs/src/styles.css

21 lines
408 B
CSS
Raw Normal View History

2023-04-23 19:28:58 +03:00
@font-face {
font-family: 'Monogram';
src: url('/fonts/monogramextended.woff2') format('woff2'),
url('/fonts/monogramextended.woff') format('woff'),
url('/fonts/monogramextended.ttf') format('truetype');
font-weight: 500;
font-style: normal;
font-display: swap;
}
body {
display: flex;
gap: 8px;
justify-content: center;
}
2023-04-23 19:13:53 +03:00
canvas {
image-rendering: crisp-edges;
image-rendering: pixelated;
}