font :3
This commit is contained in:
parent
661155824e
commit
93b1a99dc4
2 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: mononoki;
|
||||||
|
src: url(https://files.amy.rip/Mononoki-Regular.woff2);
|
||||||
|
}
|
||||||
textarea {
|
textarea {
|
||||||
resize: none;
|
resize: none;
|
||||||
}
|
}
|
||||||
|
@ -20,7 +24,6 @@ textarea {
|
||||||
margin-bottom: 10%;
|
margin-bottom: 10%;
|
||||||
font-size: xx-large;
|
font-size: xx-large;
|
||||||
background-color: #1e1e1e;
|
background-color: #1e1e1e;
|
||||||
font-family: monospace;
|
|
||||||
outline: none;
|
outline: none;
|
||||||
border: none;
|
border: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -1,13 +1,18 @@
|
||||||
|
@font-face {
|
||||||
|
font-family: mononoki;
|
||||||
|
src: url(https://files.amy.rip/Mononoki-Regular.woff2);
|
||||||
|
}
|
||||||
:root {
|
:root {
|
||||||
-webkit-touch-callout: none;
|
-webkit-touch-callout: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-khtml-user-select: none;
|
-khtml-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
|
font-family: "mononoki", monospace;
|
||||||
|
font-size: smaller;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
/* browsers agreeing on stuff challenge (impossible) */
|
/* browsers agreeing on stuff challenge (impossible) */
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
font-family: monospace;
|
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
color: #ffc8dd;
|
color: #ffc8dd;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue