Files
website/text-to-image/style.css
2025-08-03 15:06:00 -07:00

29 lines
477 B
CSS

@font-face {
font-family: "gg sans";
src: url(gg-sans.woff2);
}
textarea {
outline: none;
font-size: 16px;
font-family:
"gg sans", "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 22px;
white-space: pre-wrap;
resize: none;
height: max-content;
padding: 0;
border: 0;
}
canvas {
display: none;
}
div {
display: flex;
flex-direction: column;
width: 512px;
background: #aaaaaa;
}