mirror of https://git.door43.org/Andley/BG4e
vault backup: 2022-02-02 09:34:57
Affected files: assets/css/style.scss
This commit is contained in:
parent
9278a90008
commit
744a85617e
|
@ -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("新細明體");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue