aboutsummaryrefslogtreecommitdiff
path: root/cmd/hdrwtch/styles.css
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-08-21 12:42:32 -0400
committerXe Iaso <me@xeiaso.net>2024-08-21 12:42:40 -0400
commit83902a1af00e76e9aaa40651cf33e4c399ff7380 (patch)
tree5e1e1f3d00975fd8d9191c4a40312a1cd17cdb96 /cmd/hdrwtch/styles.css
parent7a4ad5e24d0c3c3e702544315062485281a868a7 (diff)
downloadx-83902a1af00e76e9aaa40651cf33e4c399ff7380.tar.xz
x-83902a1af00e76e9aaa40651cf33e4c399ff7380.zip
get started on htmx fun
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/hdrwtch/styles.css')
-rw-r--r--cmd/hdrwtch/styles.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/cmd/hdrwtch/styles.css b/cmd/hdrwtch/styles.css
new file mode 100644
index 0000000..9b604e4
--- /dev/null
+++ b/cmd/hdrwtch/styles.css
@@ -0,0 +1,17 @@
+@tailwind base;
+@tailwind components;
+@tailwind utilities;
+
+@import url("https://cdn.xeiaso.net/static/pkg/iosevka/family.css");
+@import url("https://cdn.xeiaso.net/static/pkg/podkova/family.css");
+
+@layer base {
+ h1,
+ h2,
+ h3,
+ h4,
+ h5,
+ h6 {
+ @apply font-serif;
+ }
+}