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 +}