From f69067f7ae7f845e1460b9e08ebe37b6973868b7 Mon Sep 17 00:00:00 2001 From: Akira Tempaku <paku@skyizwhite.dev> Date: Fri, 23 May 2025 02:09:15 +0900 Subject: [PATCH] Improve css --- static/style/global.css | 12 ------------ 1 file changed, 12 deletions(-) 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; }