Skip to content

Commit 0dd7c89

Browse files
committed
Rebuild .css file
1 parent 7ea4367 commit 0dd7c89

File tree

5 files changed

+1030
-132
lines changed

5 files changed

+1030
-132
lines changed

.gitignore

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
/.idea
22
/temp
33
*.zip
4-
release.*
5-
media/~$logo.pptx
4+
5+
6+
## Microsoft Office
7+
*.tmp
8+
9+
# Word temporary
10+
~$*.doc*
11+
12+
# Word Auto Backup File
13+
Backup of *.doc*
14+
15+
# Excel temporary
16+
~$*.xls*
17+
18+
# Excel Backup File
19+
*.xlk
20+
21+
# PowerPoint temporary
22+
~$*.ppt*
23+
24+
# Visio autosave temporary files
25+
*.~vsd*
26+

dist/liquid-dark.css

+54-68
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
@font-face {
2+
font-family: 'JetBrains Mono';
3+
font-style: normal;
4+
font-weight: normal;
5+
src: local('JetBrains Mono Regular'), local('JetBrainsMono-Regular'), url('./liquid/JetBrainsMono-Regular.woff2') format('woff2');
6+
}
7+
8+
@font-face {
9+
font-family: 'JetBrains Mono';
10+
font-style: normal;
11+
font-weight: bold;
12+
src: local('JetBrains Mono Bold'), local('JetBrainsMono-bold'), url('./liquid/JetBrainsMono-bold.woff2') format('woff2');
13+
}
14+
15+
@font-face {
16+
font-family: 'SourceHanSerifCN';
17+
font-style: normal;
18+
font-weight: normal;
19+
src: local('思源宋体 CN Medium'), local('SourceHanSerifCN-Medium'), url('./liquid/SourceHanSerifCN-Regular.ttf') format('ttf');
20+
}
21+
22+
@font-face {
23+
font-family: 'SourceHanSerifCN';
24+
font-style: normal;
25+
font-weight: bold;
26+
src: local('SourceHanSerifCN-Bold'), local('SourceHanSerifCN-Bold'), url('./liquid/SourceHanSerifCN-Bold.ttf') format('ttf');
27+
}
28+
29+
30+
:root {
31+
--base-font: "思源宋体 CN Medium", "Helvetica Neue", "Noto Sans", -apple-system, Ubuntu,
32+
"Microsoft YaHei", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans",
33+
"Noto Sans CJK SC", "PingFang SC", "Hiragino Sans GB", "Source Han Sans SC",
34+
"Source Han Sans CN", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti",
35+
SimHei, "WenQuanYi Zen Hei Sharp", "Source Sans Pro", sans-serif;
36+
--title-font: "思源宋体 CN Medium", "EB Garamond", Georgia, "Noto Serif", "Noto Serif CJK SC",
37+
"Nimbus Roman No9 L", "Songti SC", "Source Han Serif SC",
38+
"Source Han Serif CN", STSong, "AR PL New Sung", "AR PL SungtiL GB", NSimSun,
39+
SimSun, "TW\-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN",
40+
"AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", PMingLiU, MingLiU,
41+
"Ubuntu", "Source Sans Pro", serif;
42+
--monospace: "JetBrains Mono", "Fira Code", "Cascadia Code", "Sarasa Term SC",
43+
Monaco, "Deja Vu Sans Mono", Consolas, "Lucida Console", "Andale Mono",
44+
"Roboto Mono", Courier, Monospace !important;
45+
}
46+
47+
148
/* 夜间 */
249
/* dark */
350
:root {
@@ -195,68 +242,6 @@ footer {
195242
background: var(--blue) !important;
196243
}
197244

198-
@font-face {
199-
font-family: 'JetBrains Mono';
200-
font-style: normal;
201-
font-weight: normal;
202-
src: local('JetBrains Mono Regular'), local('JetBrainsMono-Regular'), url('./liquid/JetBrainsMono-Regular.woff2') format('woff2');
203-
}
204-
205-
@font-face {
206-
font-family: 'JetBrains Mono';
207-
font-style: normal;
208-
font-weight: bold;
209-
src: local('JetBrains Mono Bold'), local('JetBrainsMono-bold'), url('./liquid/JetBrainsMono-bold.woff2') format('woff2');
210-
}
211-
212-
@font-face {
213-
font-family: 'SourceHanSerifCN';
214-
font-style: normal;
215-
font-weight: normal;
216-
src: local('思源宋体 CN Medium'), local('SourceHanSerifCN-Medium'), url('./liquid/SourceHanSerifCN-Regular.ttf') format('ttf');
217-
}
218-
219-
@font-face {
220-
font-family: 'SourceHanSerifCN';
221-
font-style: normal;
222-
font-weight: bold;
223-
src: local('SourceHanSerifCN-Bold'), local('SourceHanSerifCN-Bold'), url('./liquid/SourceHanSerifCN-Bold.ttf') format('ttf');
224-
}
225-
226-
227-
@font-face {
228-
font-family: 'Ink Free';
229-
font-style: normal;
230-
font-weight: normal;
231-
src: local('Ink Free'), local('inkfree'), url('./liquid/inkfree.ttf') format('ttf');
232-
}
233-
234-
@font-face {
235-
font-family: 'FZSJ-SGLDXMHJW';
236-
font-style: normal;
237-
font-weight: normal;
238-
src: local('方正手迹-时光里的小美好'), local('方正手迹-时光里的小美好 常规'), local('FZSJ-SGLDXMHJW'), url('./liquid/FZSJ-SGLDXMHJW.TTF') format('TTF');
239-
}
240-
241-
242-
:root {
243-
--base-font: "思源宋体 CN Medium", "Helvetica Neue", "Noto Sans", -apple-system, Ubuntu,
244-
"Microsoft YaHei", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans",
245-
"Noto Sans CJK SC", "PingFang SC", "Hiragino Sans GB", "Source Han Sans SC",
246-
"Source Han Sans CN", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti",
247-
SimHei, "WenQuanYi Zen Hei Sharp", "Source Sans Pro", sans-serif;
248-
--title-font: "思源宋体 CN Medium", "EB Garamond", Georgia, "Noto Serif", "Noto Serif CJK SC",
249-
"Nimbus Roman No9 L", "Songti SC", "Source Han Serif SC",
250-
"Source Han Serif CN", STSong, "AR PL New Sung", "AR PL SungtiL GB", NSimSun,
251-
SimSun, "TW\-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN",
252-
"AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", PMingLiU, MingLiU,
253-
"Ubuntu", "Source Sans Pro", serif;
254-
--monospace: "JetBrains Mono", "Fira Code", "Cascadia Code", "Sarasa Term SC",
255-
Monaco, "Deja Vu Sans Mono", Consolas, "Lucida Console", "Andale Mono",
256-
"Roboto Mono", Courier, Monospace !important;
257-
}
258-
259-
260245
/* 打印 */
261246
/* print */
262247
@media print {
@@ -777,12 +762,6 @@ pre {
777762
color: var(--blue);
778763
}
779764

780-
781-
782-
783-
784-
785-
786765
#recent-file-panel-action-btn {
787766
background: inherit;
788767
border: 1px grey solid;
@@ -874,3 +853,10 @@ pre {
874853

875854

876855

856+
857+
858+
859+
860+
861+
862+

0 commit comments

Comments
 (0)