diff --git a/static/style/global.css b/static/style/global.css
index b9a24cd..62d5873 100644
--- a/static/style/global.css
+++ b/static/style/global.css
@@ -5,18 +5,6 @@
   font-family: "Zen Maru Gothic", sans-serif;
 }
 
-@supports (font-variation-settings: normal) {
-  :root {
-    font-family: "Zen Maru Gothic", sans-serif;
-  }
-}
-
-@supports (font-variation-settings: bold) {
-  :root {
-    font-family: "Zen Maru Gothic", sans-serif;
-  }
-}
-
 @view-transition {
   navigation: auto;
 }