Skip to content

Commit a249dfe

Browse files
committed
Update Blog
1 parent 26067ad commit a249dfe

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

content/blog/Asdf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ brew install coreutils curl git
1818
brew install asdf
1919
2020
# add to shell
21-
. /opt/homebrew/opt/asdf/libexec/asdf.sh
21+
export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"
2222
2323
# java home 지정하기
2424
. ~/.asdf/plugins/java/set-java-home.zsh

content/blog/Ghostty Font.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```
18+
19+
## Reference
20+
- https://lakescript.net/entry/Ghostty로-터미널-커스터마이징-해보기-CJK-한글-폰트-해결

0 commit comments

Comments
 (0)