hugo-soresu

My fork of hugo-xmin

git clone git://git.shimmy1996.com/hugo-soresu.git
commit a7088ba4231a369c336b098a88faf8ef17544cc2
parent 93fb203e9356d62117afeec0881477ba088a6034
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sat, 23 Jun 2018 12:48:37 -0500

Remove Noto Sans JP Min as Noto Sans SC should cover most common glyphs already.

Diffstat:
Mlayouts/partials/css/fonts.css | 15+--------------
Mlayouts/partials/css/fonts.min.css | 2+-
Dstatic/fonts/NotoSansCJKjp-Bold.min.woff2 | 0
Dstatic/fonts/NotoSansCJKjp-Regular.min.woff2 | 0
4 files changed, 2 insertions(+), 15 deletions(-)
diff --git a/layouts/partials/css/fonts.css b/layouts/partials/css/fonts.css
@@ -19,21 +19,8 @@
     font-display: swap;
 }
 
-@font-face {
-    font-family: "Noto Sans JP Min";
-    src: url("/fonts/NotoSansCJKjp-Regular.min.woff2") format('woff2');
-    font-display: swap;
-}
-
-@font-face {
-    font-family: "Noto Sans JP Min";
-    src: url("/fonts/NotoSansCJKjp-Bold.min.woff2") format('woff2');
-    font-weight: bold;
-    font-display: swap;
-}
-
 body {
-    font-family: 'Oxygen', 'Noto Sans SC Sliced', 'Noto Sans JP Min', Candara, Calibri, Arial, sans-serif;
+    font-family: 'Oxygen', 'Noto Sans SC Sliced', Candara, Calibri, Arial, sans-serif;
 }
 
 code {
diff --git a/layouts/partials/css/fonts.min.css b/layouts/partials/css/fonts.min.css
@@ -1 +1 @@
-@import url (//fonts.googleapis.com/earlyaccess/notosansscsliced.css);@font-face{font-family:"Iosevka Term";src:url(/fonts/iosevka-term-ss09-regular.woff2) format('woff2');font-display:swap}@font-face{font-family:"Oxygen";src:url(/fonts/Oxygen-Sans.woff2) format('woff2');font-display:swap}@font-face{font-family:"Oxygen";src:url(/fonts/Oxygen-Sans-Bold.woff2) format('woff2');font-weight:700;font-display:swap}@font-face{font-family:"Noto Sans JP Min";src:url(/fonts/NotoSansCJKjp-Regular.min.woff2) format('woff2');font-display:swap}@font-face{font-family:"Noto Sans JP Min";src:url(/fonts/NotoSansCJKjp-Bold.min.woff2) format('woff2');font-weight:700;font-display:swap}body{font-family:'Oxygen','Noto Sans SC Sliced','Noto Sans JP Min',Candara,Calibri,Arial,sans-serif}code,kbd{font-family:'Iosevka Term',monospace;font-size:90%}kbd{font-size:80%}
+@import url (//fonts.googleapis.com/earlyaccess/notosansscsliced.css);@font-face{font-family:"Iosevka Term";src:url(/fonts/iosevka-term-ss09-regular.woff2) format('woff2');font-display:swap}@font-face{font-family:"Oxygen";src:url(/fonts/Oxygen-Sans.woff2) format('woff2');font-display:swap}@font-face{font-family:"Oxygen";src:url(/fonts/Oxygen-Sans-Bold.woff2) format('woff2');font-weight:700;font-display:swap}body{font-family:'Oxygen','Noto Sans SC Sliced',Candara,Calibri,Arial,sans-serif}code,kbd{font-family:'Iosevka Term',monospace;font-size:90%}kbd{font-size:80%}
diff --git a/static/fonts/NotoSansCJKjp-Bold.min.woff2 b/static/fonts/NotoSansCJKjp-Bold.min.woff2
Binary files differ.
diff --git a/static/fonts/NotoSansCJKjp-Regular.min.woff2 b/static/fonts/NotoSansCJKjp-Regular.min.woff2
Binary files differ.