CJ 1 年間 前
コミット
85394255a6
2 ファイル変更3 行追加5 行削除
  1. 0 4
      static/semantic.min.css
  2. 3 1
      templates/_common/base.html

ファイルの差分が大きいため隠しています
+ 0 - 4
static/semantic.min.css


+ 3 - 1
templates/_common/base.html

@@ -20,7 +20,9 @@
     <meta name="author" content="CyberSicko"/>
     <meta name="theme-color" content="#ffffff"/>
     <title>CyberSicko.NET</title>
-
+<link rel="preconnect" href="https://fonts.googleapis.com">
+<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&display=swap" rel="stylesheet">
     <link
             rel="stylesheet"
             href="{% static 'semantic.min.css' %}"

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません