1
0
Fork 0

font :3
All checks were successful
Build / Build (push) Successful in 1m41s
Build / Deploy (push) Successful in 24s

This commit is contained in:
amy 2024-12-27 03:29:36 +03:30
parent 661155824e
commit 93b1a99dc4
No known key found for this signature in database
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,7 @@
@font-face {
font-family: mononoki;
src: url(https://files.amy.rip/Mononoki-Regular.woff2);
}
textarea {
resize: none;
}
@ -20,7 +24,6 @@ textarea {
margin-bottom: 10%;
font-size: xx-large;
background-color: #1e1e1e;
font-family: monospace;
outline: none;
border: none;
text-align: center;

View file

@ -1,13 +1,18 @@
@font-face {
font-family: mononoki;
src: url(https://files.amy.rip/Mononoki-Regular.woff2);
}
:root {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
font-family: "mononoki", monospace;
font-size: smaller;
user-select: none;
/* browsers agreeing on stuff challenge (impossible) */
background-color: #121212;
font-family: monospace;
overflow-x: hidden;
color: #ffc8dd;
}