We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26067ad commit a249dfeCopy full SHA for a249dfe
2 files changed
content/blog/Asdf.md
@@ -18,7 +18,7 @@ brew install coreutils curl git
18
brew install asdf
19
20
# add to shell
21
-. /opt/homebrew/opt/asdf/libexec/asdf.sh
+export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
22
23
# java home 지정하기
24
. ~/.asdf/plugins/java/set-java-home.zsh
content/blog/Ghostty Font.md
@@ -0,0 +1,20 @@
1
+---
2
+title: Ghostty Font
3
+description:
4
+aliases: [Ghostty 폰트]
5
+date: 2026-01-27
6
+tags: [Font, Ghostty]
7
+comments: true
8
9
+# Ghostty Font
10
+- 모든 font에 대해 CJK(China, Japan, Korea)가 지원되지 않는다.
11
+- 그렇기에 CJK를 지원하는 fallback font-family를 하나 더 지정해야 한다.
12
+
13
+## 예시
14
+```
15
+font-family = "MesloLGS NF"
16
+font-family = "Noto Sans CJK KR"
17
+## Reference
+- https://lakescript.net/entry/Ghostty로-터미널-커스터마이징-해보기-CJK-한글-폰트-해결
0 commit comments