From 744a85617eb1d956da4a681b397630b54a87da93 Mon Sep 17 00:00:00 2001 From: Andley Date: Wed, 2 Feb 2022 09:34:57 +0800 Subject: [PATCH] vault backup: 2022-02-02 09:34:57 Affected files: assets/css/style.scss --- assets/css/style.scss | 44 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index 9a439c7..b8867a7 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -36,7 +36,7 @@ ruby { } html, body { - font-family: "Noto Sans", "Noto Sans CJK TC", sans-serif; + font-family: AndleyFont, "Noto Sans", "Noto Sans CJK TC", sans-serif; } /* text decoration for marking syntax functions */ @@ -44,3 +44,45 @@ ruby { .P {text-decoration: underline wavy; text-underline-offset: 5px; } .C {text-decoration: underline solid; text-underline-offset: 5px; } .A {text-decoration: underline dotted; text-underline-offset: 5px; } + +@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("新細明體"); +}