Skip to content

Commit fb079ad

Browse files
committed
[docs update]修改字体
1 parent 5d86986 commit fb079ad

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

docs/.vuepress/styles/palette.scss

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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;

docs/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ icon: home
44
title: Java 面试指南
55
heroImage: /logo.svg
66
heroText: JavaGuide
7-
tagline: 「Java学习 + 面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
7+
tagline: 「Java学习 + 面试指南」涵盖 Java 程序员需要掌握的核心知识
88
actions:
99
- text: 开始阅读
1010
link: /home.md

0 commit comments

Comments
 (0)