vault backup: 2021-12-19 19:07:41

Affected files:
60-1Peter/1Peter-Notes.md
assets/css/style.scss
This commit is contained in:
Andley 2021-12-19 19:07:41 +08:00
parent 6ebbbb175d
commit c5b3a8a98a
2 changed files with 6 additions and 56 deletions

View File

@ -56,18 +56,6 @@ Interlinear 經文出自 OGNTa Project ([@GitHub](https://github.com/Andley/OGNT
### 圖析符號
| Flag | Code | Region |
|:--------------------|:-----|:---------------|
| ![AD](png/EU.png) | EU | European Union |
| ![AE](png/WW.png) | WW | World |
| ![CNA](png/CNA.png) | CNA | North America |
| ![CSA](png/CSA.png) | CSA | South America |
| ![CEU](png/CEU.png) | CEU | Europe |
| ![CAF](png/CAF.png) | CAF | Africa |
| ![CAS](png/CAS.png) | CAS | Asia |
| ![COC](png/COC.png) | COC | Oceania |
### 主要書目
| 簡寫 | 出處 |

View File

@ -2,48 +2,6 @@
---
@import "{{ site.theme }}";
@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("微軟正黑體");
}
ruby {
display: inline-flex;
flex-direction: column-reverse ;
@ -51,12 +9,12 @@ ruby {
font-size: 16px ;
line-height: 16px ;
padding-bottom: 10px ;
font-family: "AndleyFont", serif;
font-family: "SBL BibLit", "Times New Roman";
}
rt {
font-size: 13px ;
line-height: 13px ;
font-family: "Arial Narrow", "微軟正黑體";
font-family: "Arial Narrow", "微軟正黑體", "Microsoft JhengHei";
}
ul ruby {
padding-bottom: 3px !important;
@ -77,4 +35,8 @@ ruby {
font-weight:600;
}
html, body {
font-family: "Noto Sans", "Noto Sans CJK TC", sans-serif;
}