1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

[docs update]修改字体

This commit is contained in:
Guide 2024-03-23 20:25:32 +08:00
parent 5d86986064
commit fb079ad8db
2 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,23 @@
$theme-color: #2980b9;
$sidebar-width: 20rem;
$sidebar-mobile-width: 16rem;
$font-family:
-apple-system,
system-ui,
BlinkMacSystemFont,
Helvetica Neue,
PingFang SC,
Hiragino SansGB,
Microsoft YaHei,
Arial,
sans-serif;
$font-family-heading:
-apple-system,
system-ui,
BlinkMacSystemFont,
Helvetica Neue,
PingFang SC,
Hiragino SansGB,
Microsoft YaHei,
Arial,
sans-serif;

View File

@ -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