From 99a643993c76ac2051eaba0229723c896993c171 Mon Sep 17 00:00:00 2001 From: kaBeech Date: Sat, 18 Mar 2023 14:15:13 -0700 Subject: [PATCH] Add basic CSS --- style.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..6ea8815 --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +body { + font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, + "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; +}