29 lines
477 B
CSS
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;
|
|
}
|