Skip to content

Commit 22eeb49

Browse files
committed
config, content, data: update fonts
1 parent 5cde104 commit 22eeb49

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

config/_default/menus.en.toml

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ name = "Blog"
5757
url = "/blog"
5858
weight = 2
5959

60+
# [[footer]]
61+
# name = "Email"
62+
# url = "mailto:[email protected]"
63+
# weight = 3
64+
6065
# [[footer]]
6166
# name = "Privacy Policy"
6267
# url = "/privacy-policy"

content/english/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ features:
1717
bulletpoints:
1818
- "Over **8** years of experience in technical writing, specializing in [**databases**](https://docs.pingcap.com/)"
1919
- "Expert in **Docs as Code** practices, with strong GitHub and Markdown proficiency"
20-
- "Skilled in content production workflows and documentation **project management**"
20+
- "Skilled in content production workflows and documentation project management"
2121
- "Improving **efficiency** through process optimization, using scripts and AI tools"
2222
- "Enhancing **UX** by incorporating feedback, data analytics, and usability testing"
2323
- "Empowering engineers via technical writing **training** to improve writing skills"

data/theme.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
},
3232
"fonts": {
3333
"font_family": {
34-
"primary": "Heebo:wght@400;600",
34+
"primary": "Figtree:wght@400;600",
3535
"primary_type": "sans-serif",
36-
"secondary": "Signika:wght@500;700",
37-
"secondary_type": "sans-serif"
36+
"secondary": "Lora:wght@400;700",
37+
"secondary_type": "serif"
3838
},
3939
"font_size": {
4040
"base": "16",

0 commit comments

Comments
 (0)