From 4db9e400acc262c21a402dd1cf8ed18fe3f3bc8f Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Fri, 5 Apr 2024 17:45:25 +0700 Subject: [PATCH] feat: add userstyles --- userstyles/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 userstyles/custom.css diff --git a/userstyles/custom.css b/userstyles/custom.css new file mode 100644 index 0000000..2af965e --- /dev/null +++ b/userstyles/custom.css @@ -0,0 +1,9 @@ +body { + font-family: Shantell Sans Normal, Rec Mono Casual, SF Pro, Inter, sans-serif; + font-weight: 500 +} + +pre, +code { + font-family: Berkeley Mono, IBM Plex Mono, SF Mono, Jetbrains Mono, monospace +}