File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11$theme-color : #2980b9 ;
22$sidebar-width : 20rem ;
33$sidebar-mobile-width : 16rem ;
4+ $font-family :
5+ -apple-system ,
6+ system-ui ,
7+ BlinkMacSystemFont,
8+ Helvetica Neue,
9+ PingFang SC,
10+ Hiragino SansGB,
11+ Microsoft YaHei,
12+ Arial ,
13+ sans-serif ;
14+ $font-family-heading :
15+ -apple-system ,
16+ system-ui ,
17+ BlinkMacSystemFont,
18+ Helvetica Neue,
19+ PingFang SC,
20+ Hiragino SansGB,
21+ Microsoft YaHei,
22+ Arial ,
23+ sans-serif ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ icon: home
44title : Java 面试指南
55heroImage : /logo.svg
66heroText : JavaGuide
7- tagline : 「Java学习 + 面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
7+ tagline : 「Java学习 + 面试指南」涵盖 Java 程序员需要掌握的核心知识
88actions :
99 - text : 开始阅读
1010 link : /home.md
You can’t perform that action at this time.
0 commit comments