From 5a3fcf97b61dc137e801a7623671eb9cec2b5826 Mon Sep 17 00:00:00 2001 From: Andley Date: Wed, 2 Feb 2022 09:44:34 +0800 Subject: [PATCH] vault backup: 2022-02-02 09:44:34 Affected files: assets/css/style.scss --- assets/css/style.scss | 44 +------------------------------------------ 1 file changed, 1 insertion(+), 43 deletions(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index e51de616..ed4940d8 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -36,7 +36,7 @@ ruby { } html, body { - font-family: AndleyFont, "Noto Sans", "Noto Sans CJK TC", sans-serif; + font-family: "SBL BibLit", "Times New Roman"; } /* text decoration for marking syntax functions */ @@ -44,45 +44,3 @@ ruby { .P {text-decoration: underline wavy; text-underline-offset: 4px; } .C {text-decoration: underline solid; text-underline-offset: 4px; } .A {text-decoration: underline dotted; text-underline-offset: 4px; } - -@font-face { - font-family: AndleyFont; - unicode-range: U+0370-03FF, U+1F00-1FFF; /* Greek UNICODE */ - src: local("SBL BibLit"); -} -@font-face { - font-family: AndleyFont; - unicode-range: U+0590-05FF, U+FB10-FB4F; /* Hebrew UNICODE */ - src: local("SBL BibLit"); -} -@font-face { - font-family: AndleyFont; - unicode-range: U+00-024F; /* English UNICODE */ - src: local("Noto Sans"); -} -@font-face { - font-family: AndleyFont; - unicode-range: U+4E00-9FFF; /* 中文 UNICODE */ - src: local("Noto Sans CJK TC"); -} - -@font-face { - font-family: InterlinearFont; - unicode-range: U+0370-03FF, U+1F00-1FFF; /* Greek UNICODE */ - src: local("SBL BibLit"); -} -@font-face { - font-family: InterlinearFont; - unicode-range: U+0590-05FF, U+FB10-FB4F; /* Hebrew UNICODE */ - src: local("SBL BibLit"); -} -@font-face { - font-family: InterlinearFont; - unicode-range: U+00-024F; /* English UNICODE */ - src: local("Arial Narrow"); -} -@font-face { - font-family: InterlinearFont; - unicode-range: U+4E00-9FFF; /* 中文 UNICODE */ - src: local("新細明體"); -}