fix: 统一十四套主题DOCX字体映射
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#write {
|
||||
color: var(--enterprise-ink);
|
||||
font-family:
|
||||
"Noto Serif CJK SC", "Source Han Serif SC",
|
||||
"FandolSong", "Noto Serif CJK SC", "Source Han Serif SC",
|
||||
"Microsoft YaHei", "SimSun", serif;
|
||||
font-size: 18px;
|
||||
line-height: 1.8;
|
||||
@@ -33,7 +33,7 @@
|
||||
margin: 6mm 0;
|
||||
color: var(--enterprise-red);
|
||||
font-family:
|
||||
"STZhongsong", "Noto Serif CJK SC", "Source Han Serif SC", serif;
|
||||
"FandolSong", "STZhongsong", "Noto Serif CJK SC", "Source Han Serif SC", serif;
|
||||
font-size: 2em;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0.1em;
|
||||
@@ -65,7 +65,7 @@
|
||||
margin: 1.4em 0 0.55em;
|
||||
color: var(--enterprise-red);
|
||||
font-family:
|
||||
"Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
|
||||
"FandolHei", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
|
||||
font-weight: 700;
|
||||
line-height: 1.45;
|
||||
}
|
||||
|
||||
@@ -32,5 +32,30 @@
|
||||
"docxStyle": {
|
||||
"preset": "official"
|
||||
},
|
||||
"docxFonts": {
|
||||
"faces": [
|
||||
{
|
||||
"family": "FandolSong",
|
||||
"aliases": ["Mdpdf Fandol Song", "STZhongsong", "Noto Serif CJK SC", "Source Han Serif SC", "SimSun"],
|
||||
"source": "theme-shared:official-fonts/FandolSong-Regular.woff2",
|
||||
"weight": 400,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
"family": "FandolSong",
|
||||
"aliases": ["Mdpdf Fandol Song", "STZhongsong", "Noto Serif CJK SC", "Source Han Serif SC", "SimSun"],
|
||||
"source": "theme-shared:official-fonts/FandolSong-Bold.woff2",
|
||||
"weight": 700,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
"family": "FandolHei",
|
||||
"aliases": ["Noto Sans CJK SC", "Source Han Sans SC", "SimHei", "Microsoft YaHei"],
|
||||
"source": "theme-shared:official-fonts/FandolHei-Regular.woff2",
|
||||
"weight": 400,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bundled": true
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#write {
|
||||
color: var(--regulation-ink);
|
||||
font-family:
|
||||
"FangSong", "STFangsong", "Noto Serif CJK SC",
|
||||
"FandolSong", "FangSong", "STFangsong", "Noto Serif CJK SC",
|
||||
"Source Han Serif SC", "SimSun", serif;
|
||||
font-size: 18px;
|
||||
line-height: 1.8;
|
||||
@@ -18,7 +18,7 @@
|
||||
#write > h1:first-child {
|
||||
margin: 8mm 0 12mm;
|
||||
font-family:
|
||||
"STZhongsong", "Noto Serif CJK SC", "Source Han Serif SC", serif;
|
||||
"FandolSong", "STZhongsong", "Noto Serif CJK SC", "Source Han Serif SC", serif;
|
||||
font-size: 1.8em;
|
||||
line-height: 1.4;
|
||||
text-align: center;
|
||||
@@ -39,12 +39,12 @@
|
||||
|
||||
#write h1 {
|
||||
font-family:
|
||||
"STZhongsong", "Noto Serif CJK SC", serif;
|
||||
"FandolSong", "STZhongsong", "Noto Serif CJK SC", serif;
|
||||
}
|
||||
|
||||
#write h2 {
|
||||
font-family:
|
||||
"SimHei", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
|
||||
"FandolHei", "SimHei", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
|
||||
}
|
||||
|
||||
#write h3,
|
||||
@@ -52,7 +52,7 @@
|
||||
#write h5,
|
||||
#write h6 {
|
||||
font-family:
|
||||
"KaiTi", "STKaiti", "Noto Serif CJK SC", serif;
|
||||
"FandolSong", "KaiTi", "STKaiti", "Noto Serif CJK SC", serif;
|
||||
}
|
||||
|
||||
#write p {
|
||||
@@ -86,7 +86,7 @@
|
||||
margin: 0.8em 0;
|
||||
border-collapse: collapse;
|
||||
font-family:
|
||||
"SimSun", "Noto Serif CJK SC", serif;
|
||||
"FandolSong", "SimSun", "Noto Serif CJK SC", serif;
|
||||
font-size: 0.84em;
|
||||
line-height: 1.5;
|
||||
}
|
||||
@@ -100,7 +100,7 @@
|
||||
#write th {
|
||||
background: #e9e9e9;
|
||||
font-family:
|
||||
"SimHei", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
|
||||
"FandolHei", "SimHei", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -24,5 +24,30 @@
|
||||
"docxStyle": {
|
||||
"preset": "formal"
|
||||
},
|
||||
"docxFonts": {
|
||||
"faces": [
|
||||
{
|
||||
"family": "FandolSong",
|
||||
"aliases": ["STZhongsong", "FangSong", "STFangsong", "KaiTi", "STKaiti", "Noto Serif CJK SC", "Source Han Serif SC", "SimSun"],
|
||||
"source": "theme-shared:official-fonts/FandolSong-Regular.woff2",
|
||||
"weight": 400,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
"family": "FandolSong",
|
||||
"aliases": ["STZhongsong", "FangSong", "STFangsong", "KaiTi", "STKaiti", "Noto Serif CJK SC", "Source Han Serif SC", "SimSun"],
|
||||
"source": "theme-shared:official-fonts/FandolSong-Bold.woff2",
|
||||
"weight": 700,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
"family": "FandolHei",
|
||||
"aliases": ["Noto Sans CJK SC", "Source Han Sans SC", "SimHei", "Microsoft YaHei"],
|
||||
"source": "theme-shared:official-fonts/FandolHei-Regular.woff2",
|
||||
"weight": 400,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bundled": true
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#write {
|
||||
color: var(--report-ink);
|
||||
font-family:
|
||||
"FandolFang", "Noto Serif CJK SC", "Source Han Serif SC",
|
||||
"FandolSong", "Noto Serif CJK SC", "Source Han Serif SC",
|
||||
"Microsoft YaHei", "SimSun", serif;
|
||||
font-size: 18px;
|
||||
line-height: 1.8;
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
"docxFonts": {
|
||||
"faces": [
|
||||
{
|
||||
"family": "FandolFang",
|
||||
"aliases": ["FangSong", "STFangsong", "Noto Serif CJK SC", "Source Han Serif SC", "Microsoft YaHei", "SimSun"],
|
||||
"source": "theme-shared:official-fonts/FandolFang-Regular.woff2",
|
||||
"family": "FandolSong",
|
||||
"aliases": ["FangSong", "STFangsong", "Noto Serif CJK SC", "Source Han Serif SC", "SimSun"],
|
||||
"source": "theme-shared:official-fonts/FandolSong-Regular.woff2",
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -14,30 +14,6 @@
|
||||
src: url("theme-shared:official-fonts/FandolSong-Bold.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Mdpdf Fandol Fang";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url("theme-shared:official-fonts/FandolFang-Regular.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Mdpdf Fandol Hei";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url("theme-shared:official-fonts/FandolHei-Regular.woff2") format("woff2");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Mdpdf Fandol Kai";
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: block;
|
||||
src: url("theme-shared:official-fonts/FandolKai-Regular.woff2") format("woff2");
|
||||
}
|
||||
|
||||
:root {
|
||||
--letter-red: #d40000;
|
||||
--letter-ink: #111;
|
||||
@@ -46,7 +22,7 @@
|
||||
#write {
|
||||
color: var(--letter-ink);
|
||||
font-family:
|
||||
"Mdpdf Fandol Fang", "FangSong", "STFangsong", "Noto Serif CJK SC",
|
||||
"Mdpdf Fandol Song", "FangSong", "STFangsong", "Noto Serif CJK SC",
|
||||
"Source Han Serif SC", "SimSun", serif;
|
||||
font-size: 21.333px;
|
||||
line-height: 1.75;
|
||||
@@ -83,7 +59,7 @@
|
||||
min-height: 1.75em;
|
||||
justify-content: space-between;
|
||||
font-family:
|
||||
"Mdpdf Fandol Hei", "SimHei", "Noto Sans CJK SC",
|
||||
"FandolHei", "SimHei", "Noto Sans CJK SC",
|
||||
"Microsoft YaHei", sans-serif;
|
||||
font-size: 0.75em;
|
||||
font-weight: 400;
|
||||
@@ -130,7 +106,7 @@
|
||||
#write h6 {
|
||||
margin: 1em 0 0.35em;
|
||||
font-family:
|
||||
"Mdpdf Fandol Hei", "SimHei", "Noto Sans CJK SC",
|
||||
"FandolHei", "SimHei", "Noto Sans CJK SC",
|
||||
"Microsoft YaHei", sans-serif;
|
||||
font-size: 1em;
|
||||
font-weight: 400;
|
||||
@@ -144,20 +120,20 @@
|
||||
#write h5,
|
||||
#write h6 {
|
||||
font-family:
|
||||
"Mdpdf Fandol Kai", "KaiTi", "STKaiti",
|
||||
"Mdpdf Fandol Song", "KaiTi", "STKaiti",
|
||||
"Noto Serif CJK SC", serif;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
#write .doc-signatory {
|
||||
font-family:
|
||||
"Mdpdf Fandol Kai", "KaiTi", "STKaiti",
|
||||
"Mdpdf Fandol Song", "KaiTi", "STKaiti",
|
||||
"Noto Serif CJK SC", serif;
|
||||
}
|
||||
|
||||
#write .doc-signatory > span {
|
||||
font-family:
|
||||
"Mdpdf Fandol Fang", "FangSong", "STFangsong",
|
||||
"Mdpdf Fandol Song", "FangSong", "STFangsong",
|
||||
"Noto Serif CJK SC", serif;
|
||||
}
|
||||
|
||||
@@ -220,7 +196,7 @@
|
||||
#write th {
|
||||
background: #f5f5f5;
|
||||
font-family:
|
||||
"Mdpdf Fandol Hei", "SimHei", "Noto Sans CJK SC",
|
||||
"FandolHei", "SimHei", "Noto Sans CJK SC",
|
||||
"Microsoft YaHei", sans-serif;
|
||||
font-weight: 400;
|
||||
}
|
||||
@@ -264,7 +240,7 @@
|
||||
margin-top: 8mm;
|
||||
break-inside: avoid;
|
||||
font-family:
|
||||
"Mdpdf Fandol Fang", "FangSong", "STFangsong",
|
||||
"Mdpdf Fandol Song", "FangSong", "STFangsong",
|
||||
"Noto Serif CJK SC", serif;
|
||||
font-size: 0.875em;
|
||||
line-height: 1.7;
|
||||
|
||||
@@ -64,5 +64,30 @@
|
||||
"docxStyle": {
|
||||
"preset": "official"
|
||||
},
|
||||
"docxFonts": {
|
||||
"faces": [
|
||||
{
|
||||
"family": "Mdpdf Fandol Song",
|
||||
"aliases": ["FandolSong", "STZhongsong", "FangSong", "STFangsong", "KaiTi", "STKaiti", "Noto Serif CJK SC", "Source Han Serif SC", "SimSun"],
|
||||
"source": "theme-shared:official-fonts/FandolSong-Regular.woff2",
|
||||
"weight": 400,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
"family": "Mdpdf Fandol Song",
|
||||
"aliases": ["FandolSong", "STZhongsong", "FangSong", "STFangsong", "KaiTi", "STKaiti", "Noto Serif CJK SC", "Source Han Serif SC", "SimSun"],
|
||||
"source": "theme-shared:official-fonts/FandolSong-Bold.woff2",
|
||||
"weight": 700,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
"family": "FandolHei",
|
||||
"aliases": ["Mdpdf Fandol Hei", "Noto Sans CJK SC", "Source Han Sans SC", "SimHei", "Microsoft YaHei"],
|
||||
"source": "theme-shared:official-fonts/FandolHei-Regular.woff2",
|
||||
"weight": 400,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bundled": true
|
||||
}
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
"aliases": ["FandolHei", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei"],
|
||||
"source": "theme-shared:official-fonts/FandolHei-Regular.woff2",
|
||||
"weight": 700,
|
||||
"license": "OFL-1.1"
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#write {
|
||||
color: var(--blind-ink);
|
||||
font-family:
|
||||
"SimSun", "Noto Serif CJK SC", "Source Han Serif SC", serif;
|
||||
"FandolSong", "SimSun", "Noto Serif CJK SC", "Source Han Serif SC", serif;
|
||||
font-size: 16px;
|
||||
line-height: 1.7;
|
||||
overflow-wrap: break-word;
|
||||
@@ -74,7 +74,7 @@
|
||||
#write h6 {
|
||||
color: #000;
|
||||
font-family:
|
||||
"SimHei", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
|
||||
"FandolHei", "SimHei", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
|
||||
@@ -24,5 +24,30 @@
|
||||
"docxStyle": {
|
||||
"preset": "tender"
|
||||
},
|
||||
"docxFonts": {
|
||||
"faces": [
|
||||
{
|
||||
"family": "FandolSong",
|
||||
"aliases": ["Noto Serif CJK SC", "Source Han Serif SC", "SimSun"],
|
||||
"source": "theme-shared:official-fonts/FandolSong-Regular.woff2",
|
||||
"weight": 400,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
"family": "FandolSong",
|
||||
"aliases": ["Noto Serif CJK SC", "Source Han Serif SC", "SimSun"],
|
||||
"source": "theme-shared:official-fonts/FandolSong-Bold.woff2",
|
||||
"weight": 700,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
"family": "FandolHei",
|
||||
"aliases": ["Noto Sans CJK SC", "Source Han Sans SC", "SimHei", "Microsoft YaHei"],
|
||||
"source": "theme-shared:official-fonts/FandolHei-Regular.woff2",
|
||||
"weight": 400,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bundled": true
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
#write {
|
||||
color: var(--business-ink);
|
||||
font-family:
|
||||
"Noto Sans CJK SC", "Source Han Sans SC",
|
||||
"FandolHei", "Noto Sans CJK SC", "Source Han Sans SC",
|
||||
"Microsoft YaHei", sans-serif;
|
||||
font-size: 17px;
|
||||
line-height: 1.75;
|
||||
|
||||
@@ -30,5 +30,23 @@
|
||||
"color": "#2563eb"
|
||||
}
|
||||
},
|
||||
"docxFonts": {
|
||||
"faces": [
|
||||
{
|
||||
"family": "FandolHei",
|
||||
"aliases": ["Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei"],
|
||||
"source": "theme-shared:official-fonts/FandolHei-Regular.woff2",
|
||||
"weight": 400,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
"family": "FandolHei",
|
||||
"aliases": ["Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei"],
|
||||
"source": "theme-shared:official-fonts/FandolHei-Regular.woff2",
|
||||
"weight": 700,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bundled": true
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#write {
|
||||
color: var(--tender-ink);
|
||||
font-family:
|
||||
"Noto Serif CJK SC", "Source Han Serif SC",
|
||||
"FandolSong", "Noto Serif CJK SC", "Source Han Serif SC",
|
||||
"Microsoft YaHei", "SimSun", serif;
|
||||
font-size: 17px;
|
||||
line-height: 1.75;
|
||||
@@ -78,7 +78,7 @@
|
||||
#write h3,
|
||||
#write h4 {
|
||||
font-family:
|
||||
"Noto Sans CJK SC", "Source Han Sans SC",
|
||||
"FandolHei", "Noto Sans CJK SC", "Source Han Sans SC",
|
||||
"Microsoft YaHei", sans-serif;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@@ -27,5 +27,30 @@
|
||||
"color": "#000000"
|
||||
}
|
||||
},
|
||||
"docxFonts": {
|
||||
"faces": [
|
||||
{
|
||||
"family": "FandolSong",
|
||||
"aliases": ["Noto Serif CJK SC", "Source Han Serif SC", "SimSun"],
|
||||
"source": "theme-shared:official-fonts/FandolSong-Regular.woff2",
|
||||
"weight": 400,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
"family": "FandolSong",
|
||||
"aliases": ["Noto Serif CJK SC", "Source Han Serif SC", "SimSun"],
|
||||
"source": "theme-shared:official-fonts/FandolSong-Bold.woff2",
|
||||
"weight": 700,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
"family": "FandolHei",
|
||||
"aliases": ["Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei"],
|
||||
"source": "theme-shared:official-fonts/FandolHei-Regular.woff2",
|
||||
"weight": 400,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bundled": true
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
margin: 0 auto;
|
||||
color: var(--md-text);
|
||||
font-family:
|
||||
"Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
|
||||
"FandolHei", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
|
||||
font-size: 16px;
|
||||
line-height: 1.75;
|
||||
overflow-wrap: break-word;
|
||||
|
||||
@@ -21,5 +21,23 @@
|
||||
"docxStyle": {
|
||||
"preset": "technical"
|
||||
},
|
||||
"docxFonts": {
|
||||
"faces": [
|
||||
{
|
||||
"family": "FandolHei",
|
||||
"aliases": ["Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei"],
|
||||
"source": "theme-shared:official-fonts/FandolHei-Regular.woff2",
|
||||
"weight": 400,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
"family": "FandolHei",
|
||||
"aliases": ["Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei"],
|
||||
"source": "theme-shared:official-fonts/FandolHei-Regular.woff2",
|
||||
"weight": 700,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bundled": true
|
||||
}
|
||||
|
||||
@@ -114,7 +114,7 @@ h4 {
|
||||
*/
|
||||
|
||||
body {
|
||||
font-family: "Merriweather", "PT Serif", Georgia, "Times New Roman", "STSong", 'Segoe UI Emoji','SF Pro', Serif;
|
||||
font-family: "Merriweather", "FandolSong", "PT Serif", Georgia, "Times New Roman", "STSong", 'Segoe UI Emoji','SF Pro', Serif;
|
||||
line-height: 1.5rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
@@ -236,7 +236,7 @@ h5,
|
||||
.h5,
|
||||
h6,
|
||||
.h6 {
|
||||
font-family: "Lato", 'Helvetica Neue', Helvetica, sans-serif;
|
||||
font-family: "Lato", "FandolHei", 'Helvetica Neue', Helvetica, sans-serif;
|
||||
font-weight: bold;
|
||||
line-height: 1.2;
|
||||
margin: 1em 0 0.5em;
|
||||
@@ -345,7 +345,7 @@ a {
|
||||
line-height: 1.5em;
|
||||
color: #7a7a7a;
|
||||
background-color: #fafafa;
|
||||
font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
|
||||
font-family: 'Lato', "FandolHei", 'Helvetica Neue', Helvetica, sans-serif;
|
||||
font-weight: 300;
|
||||
clear: both;
|
||||
padding-left: 0;
|
||||
@@ -358,7 +358,7 @@ a {
|
||||
font-size:1.1rem;
|
||||
}
|
||||
.md-tag {
|
||||
font-family: 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
|
||||
font-family: 'Lato', "FandolHei", 'Helvetica Neue', Helvetica, sans-serif;
|
||||
}
|
||||
.code-tooltip {
|
||||
background: white;
|
||||
|
||||
@@ -21,5 +21,90 @@
|
||||
"docxStyle": {
|
||||
"preset": "general"
|
||||
},
|
||||
"docxFonts": {
|
||||
"faces": [
|
||||
{
|
||||
"family": "Merriweather",
|
||||
"aliases": ["PT Serif", "Georgia", "Times New Roman"],
|
||||
"source": "pixyll/merriweather-v19-latin-300.woff",
|
||||
"weight": 300,
|
||||
"license": "OFL-1.1"
|
||||
},
|
||||
{
|
||||
"family": "Merriweather",
|
||||
"aliases": ["PT Serif", "Georgia", "Times New Roman"],
|
||||
"source": "pixyll/merriweather-v19-latin-300italic.woff",
|
||||
"weight": 300,
|
||||
"style": "italic",
|
||||
"license": "OFL-1.1"
|
||||
},
|
||||
{
|
||||
"family": "Merriweather",
|
||||
"aliases": ["PT Serif", "Georgia", "Times New Roman"],
|
||||
"source": "pixyll/merriweather-v19-latin-700.woff",
|
||||
"weight": 700,
|
||||
"license": "OFL-1.1"
|
||||
},
|
||||
{
|
||||
"family": "Merriweather",
|
||||
"aliases": ["PT Serif", "Georgia", "Times New Roman"],
|
||||
"source": "pixyll/merriweather-v19-latin-700italic.woff",
|
||||
"weight": 700,
|
||||
"style": "italic",
|
||||
"license": "OFL-1.1"
|
||||
},
|
||||
{
|
||||
"family": "Lato",
|
||||
"aliases": ["Helvetica Neue", "Helvetica", "Arial"],
|
||||
"source": "pixyll/lato-v14-latin-300.woff",
|
||||
"weight": 300,
|
||||
"license": "OFL-1.1"
|
||||
},
|
||||
{
|
||||
"family": "Lato",
|
||||
"aliases": ["Helvetica Neue", "Helvetica", "Arial"],
|
||||
"source": "pixyll/lato-v14-latin-300italic.woff",
|
||||
"weight": 300,
|
||||
"style": "italic",
|
||||
"license": "OFL-1.1"
|
||||
},
|
||||
{
|
||||
"family": "Lato",
|
||||
"aliases": ["Helvetica Neue", "Helvetica", "Arial"],
|
||||
"source": "pixyll/lato-v14-latin-900.woff",
|
||||
"weight": 900,
|
||||
"license": "OFL-1.1"
|
||||
},
|
||||
{
|
||||
"family": "Lato",
|
||||
"aliases": ["Helvetica Neue", "Helvetica", "Arial"],
|
||||
"source": "pixyll/lato-v14-latin-900italic.woff",
|
||||
"weight": 900,
|
||||
"style": "italic",
|
||||
"license": "OFL-1.1"
|
||||
},
|
||||
{
|
||||
"family": "FandolSong",
|
||||
"aliases": ["STSong", "Noto Serif CJK SC", "Source Han Serif SC", "SimSun"],
|
||||
"source": "theme-shared:official-fonts/FandolSong-Regular.woff2",
|
||||
"weight": 400,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
"family": "FandolSong",
|
||||
"aliases": ["STSong", "Noto Serif CJK SC", "Source Han Serif SC", "SimSun"],
|
||||
"source": "theme-shared:official-fonts/FandolSong-Bold.woff2",
|
||||
"weight": 700,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
"family": "FandolHei",
|
||||
"aliases": ["Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei"],
|
||||
"source": "theme-shared:official-fonts/FandolHei-Regular.woff2",
|
||||
"weight": 400,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bundled": true
|
||||
}
|
||||
|
||||
@@ -21,5 +21,30 @@
|
||||
"docxStyle": {
|
||||
"preset": "general"
|
||||
},
|
||||
"docxFonts": {
|
||||
"faces": [
|
||||
{
|
||||
"family": "FandolSong",
|
||||
"aliases": ["Vollkorn", "Palatino", "Times", "SimSun"],
|
||||
"source": "theme-shared:official-fonts/FandolSong-Regular.woff2",
|
||||
"weight": 400,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
"family": "FandolSong",
|
||||
"aliases": ["Vollkorn", "Palatino", "Times", "SimSun"],
|
||||
"source": "theme-shared:official-fonts/FandolSong-Bold.woff2",
|
||||
"weight": 700,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
},
|
||||
{
|
||||
"family": "FandolHei",
|
||||
"aliases": ["Arial", "Microsoft YaHei"],
|
||||
"source": "theme-shared:official-fonts/FandolHei-Regular.woff2",
|
||||
"weight": 400,
|
||||
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
"bundled": true
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ html, body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
body {
|
||||
font-family: "Vollkorn", Palatino, Times;
|
||||
font-family: "FandolSong", "Vollkorn", Palatino, Times;
|
||||
color: #333;
|
||||
line-height: 1.4;
|
||||
text-align: justify;
|
||||
|
||||
Reference in New Issue
Block a user