summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/style.css b/style.css
index f7220ec..b22cd6d 100644
--- a/style.css
+++ b/style.css
@@ -81,3 +81,19 @@ h1 + .win {
margin-top: initial;
}
+textarea {
+ width: 100%;
+}
+
+#ukarpanghooth {
+ font-family: Ukarpanghooth;
+ font-size: 3em;
+}
+
+@font-face {
+ font-family: "Ukarpanghooth";
+ src:
+ local("Ukarpanghooth"),
+ url("https://git.aaoth.xyz/lipi/plain/ukarpanghooth/output/ukarpanghooth.woff2?h=main") format("woff2");
+ font-feature-settings: "calt", "kern";
+}