Quellcode durchsuchen

그냥 웹폰트 빼버림

잉여개발기 (SPDV) vor 3 Monaten
Ursprung
Commit
5ee599e8db
3 geänderte Dateien mit 4 neuen und 5 gelöschten Zeilen
  1. 3 3
      views/ringo/css/main.css
  2. 0 1
      views/ringo/index.html
  3. 1 1
      views/ringo/info.json

+ 3 - 3
views/ringo/css/main.css

@@ -3,7 +3,7 @@ html {
 }
 
 body {
-    font-family: 'SUIT', sans-serif;
+    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", sans-serif;
     font-size: 14px;
     font-feature-settings: "ss18";
     text-size-adjust: 100%;
@@ -18,12 +18,12 @@ h1, h2, h3, h4, h5, h6 {
 }
 
 select {
-    font-family: 'SUIT', sans-serif;
+    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", sans-serif;
     font-feature-settings: "ss18";
 }
 
 textarea {
-    font-family: 'SUIT', monospace;
+    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", monospace;
     font-feature-settings: "ss18";
 }
 

+ 0 - 1
views/ringo/index.html

@@ -10,7 +10,6 @@
             <title>{{title}} - {{wiki_name}}</title>
         {% endif %}
         {{main_head|safe}}
-        <link href="https://cdn.jsdelivr.net/gh/sun-typeface/SUIT/fonts/static/woff2/SUIT.css" rel="stylesheet">
         <script defer src="https://code.iconify.design/1/1.0.3/iconify.min.js"></script>
         <script defer src="/views/ringo/js/main.js.cache_v3"></script>
         <script defer src="/views/ringo/js/sidebar.js.cache_v7"></script>

+ 1 - 1
views/ringo/info.json

@@ -1,5 +1,5 @@
 {
     "name" : "Ringo",
-    "skin_ver" : "v1.1.8",
+    "skin_ver" : "v1.2.0",
     "require_ver" : "20240426"
 }