the repository which powers this website
Diffstat (limited to 'themed/themed.in.css')
-rw-r--r--themed/themed.in.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/themed/themed.in.css b/themed/themed.in.css
new file mode 100644
index 00000000..c1214d32
--- /dev/null
+++ b/themed/themed.in.css
@@ -0,0 +1,9 @@
+@import "tailwindcss";
+
+@theme {
+ --font-sans: "Noto Sans", Helvetica, Arial, sans-serif;
+}
+
+:root {
+ font-size: 11pt;
+}