We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d86986 commit fb079adCopy full SHA for fb079ad
2 files changed
docs/.vuepress/styles/palette.scss
@@ -1,3 +1,23 @@
1
$theme-color: #2980b9;
2
$sidebar-width: 20rem;
3
$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
16
17
18
19
20
21
22
23
docs/readme.md
@@ -4,7 +4,7 @@ icon: home
title: Java 面试指南
heroImage: /logo.svg
heroText: JavaGuide
-tagline: 「Java学习 + 面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
+tagline: 「Java学习 + 面试指南」涵盖 Java 程序员需要掌握的核心知识
actions:
- text: 开始阅读
link: /home.md
0 commit comments