commit 91cb49d41672ad7e99fb81ac97bff92a161a4b29
parent b75753a41467bd7e09f9ac9807beba9eb2c3b3fb
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sun, 1 Dec 2019 16:47:19 -0500
Remove web fonts
Diffstat:
1 file changed, 2 insertions(+), 68 deletions(-)
diff --git a/layouts/partials/css/custom.css b/layouts/partials/css/custom.css
@@ -1,71 +1,5 @@
-@font-face {
- font-family: "Noto Sans SC Override";
- font-weight: normal;
- font-display: swap;
- src: local("NotoSansCJKsc-Regular"),
- url("/fonts/NotoSansSC-Regular.woff2") format("woff2");
- unicode-range: U+2018-2019, U+201C-201D;
-}
-
-@font-face {
- font-family: "Noto Sans SC Override";
- font-weight: bold;
- font-display: swap;
- src: local("NotoSansCJKsc-Bold"),
- url("/fonts/NotoSansSC-Bold.woff2") format("woff2");
- unicode-range: U+2018-2019, U+201C-201D;
-}
-
-@font-face {
- font-family: "Oxygen";
- font-weight: normal;
- font-display: swap;
- src: local("Oxygen-Sans-Book"),
- url("/fonts/Oxygen-Sans.woff2") format("woff2");
-}
-
-@font-face {
- font-family: "Oxygen";
- font-weight: bold;
- font-display: swap;
- src: local("Oxygen-Sans-Bold"),
- url("/fonts/Oxygen-Sans-Bold.woff2") format("woff2");
-}
-
-@font-face {
- font-family: "Noto Sans SC";
- font-weight: normal;
- font-display: swap;
- src: local("NotoSansCJKsc-Regular"),
- url("/fonts/NotoSansSC-Regular.woff2") format("woff2");
-}
-
-@font-face {
- font-family: "Noto Sans SC";
- font-weight: bold;
- font-display: swap;
- src: local("NotoSansCJKsc-Bold"),
- url("/fonts/NotoSansSC-Bold.woff2") format("woff2");
-}
-
-@font-face {
- font-family: "Iosevka Term";
- font-weight: normal;
- font-display: swap;
- src: local("Iosevka-Term-SS09"),
- url("/fonts/iosevka-term-ss09-regular.eascii.woff2") format("woff2");
-}
-
-body:lang(en) {
- font-family: "Oxygen", "Noto Sans SC", Candara, Calibri, Arial, sans-serif;
-}
-
-body:lang(zh) {
- font-family: "Noto Sans SC Override", "Oxygen", "Noto Sans SC", Candara, Calibri, Arial, sans-serif;
-}
-
-code, kbd {
- font-family: "Iosevka Term", monospace;
+body {
+ font-family: sans-serif;
}
a:focus, a:hover {