From 57228bcbc08285de26982650974754e77069135b Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 20 Mar 2026 23:03:05 -0700 Subject: [PATCH] Delete: No bundler to process CSS imports --- src/styles.css | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/styles.css diff --git a/src/styles.css b/src/styles.css deleted file mode 100644 index bf42f97..0000000 --- a/src/styles.css +++ /dev/null @@ -1,14 +0,0 @@ -@font-face { - font-family: "Stain"; - src: url("https://cdn.jsdelivr.net/gh/multipleof4/stain.otf@master/dist/Stain.otf") format("opentype"); - font-weight: normal; - font-style: normal; -} - -body, -input, -select, -button, -a { - font-family: "Stain", sans-serif; -}