히스토리
- 사라사 너드 폰트 nixos-config 에 추가
- 숨통님 폰트를 수정하는 중
- 역사 길다. 이거 어쏠로 올리자. 복잡한 #요구사항을 만족하는 폰트의 이유를 남겨본다. 이거 길다. 이야기 길다.
- 생성
관련메타
BIBLIOGRAPHY
“42Dot/42dot-sans.” 2025. https://github.com/42dot/42dot-Sans.
“42dot sans 구글폰트 가변폰트.” n.d. Accessed March 13, 2025. https://fonts.google.com/specimen/42dot+Sans.
“Junghan0611/Plemolkr.” 2025. https://github.com/junghan0611/PlemolKR.
관련노트
2025 새로운 폰트를 커스텀하는 여정
수정
DONE 폰트 수정 중
junghan0611/PlemolKR
2025 최적의 폰트를 찾아온 여정
폰트 #테스트
https://www.cs.utexas.edu/~novak/
Font test: ” & ’ ∀ ∃ ∅ ∈ ∉ ∏ ∑ √ ∞ ∧ ∨ ∩ ∪ ∫ ² ³ µ · × ∴ ∼ ≅ ≈ ≠ ≡ ≤ ≥ < > ⊂ ⊃ ⊄ ⊆ ⊇ ⊥ ∂ ∇ ∈ ∝ ⊕ ⊗ ← → ↑ ↓ ↔ ⇐ ⇒ ⇔ □ ■ | © ¬ ± ° · ˜ Γ Δ α β γ δ ε φ
아카이브
2025-03-16 디지털가든 from 구글폰트
~/git/notes/quartz.config.ts
theme: {
fontOrigin: "googleFonts",
cdnCaching: true,
typography: {
// header: { name: "IBM Plex Sans KR",
// weights: [400, 700],
// includeItalic: false,},
header: "Hahmlet",
body: "Noto Sans KR", //"42dot Sans"
code: "Nanum Gothic Coding",
},42dot Sans 구글폰트 가변폰트
42dot/42dot-Sans
-
42dot Sans is the corporate typeface for 42dot, designed to encapsulate the brand’s core identity and philosophy.
-
2025
2024-04-05 브라우저 폰트
Noto Sans KR 가변 폰트도 지원하니 사용하면 좋다. Noto Sans Korean - Google Fonts - fonts.google.com
- Noto Sans KR
- Noto Serif CJK KR
- Noto Sans KR
- Noto Sans Mono CJK KR
이렇게 구성하면 좋다.
2024-06-23 메인 폰트 - 이맥스
기록 차 넣는다. 이맥스 폰트
Monoplex Nerd KR 폰트 14.0
웹 및 기타 환경에서는 그냥 기본으로 쓴다.
2022-10-04 한글 폰트 관련 댓글 작성
폰트 편집 환경은 나의 철학을 반영한다.
네. https://github.com/be5invis/Sarasa-Gothic 저는 이맥스에서는 Sarasa MONO 만 사용합니다. 제가 쓰는 i3wm 에서 GTK 타이틀 바 정도는 Sarasa UI 폰트도 괜찮더라구요. Sarasa Mono 는 Iosevka + 본고딕 조합입니다. 영문 폰트로 Iosevka 가 아주 마음에 듭니다. 한글 폰트는 큰 욕심 안내게 되더라구요. 일단 단일 폰트이기에 한영자간폭도 잘 맞아서 설정이 간단해지기에 좋습니다. 13.5 사이즈로 쓰는데 괜찮습니다. Ligature 도 지원합니다.
Nerd Font 도 있는데요. https://github.com/jonz94/Sarasa-Gothic-Nerd-Fonts 너드 폰트로 만들어 놓은 것도 있습니다.
Sarasa 폰트를 만든 사람이 Iosevka 폰트 개발자라. https://github.com/be5invis/Iosevka 리포 가보시면 커스텀 할 수 있는 여지가 많이 있습니다. 실제로 https://github.com/protesilaos/iosevka-comfy 리포를 보면 튜닝해서 쓰더군요. 간단히 해보다가 말긴했습니다만… 튜닝해서 나만의 통합폰트도 만들 수 있겠더군요. 개인적으로는 D2Coding, Nanum Gothic Coding 보다는 마음에 듭니다. iosevka 덕분이겠지만요.
이맥스를 제대로 시작한지 얼마 안된터라.. 초반에 폰트랑 입력기 때문에 애를 좀 먹었습니다. VI 는 이런 고민은 안해도 되는데…한국 사람들 이맥스 입문하기가 참 어렵겠구나 싶더군요. 중국이나 일본은 이정도는 아닌 것 같습니다. 아무튼 이맥스 이제는 저의 전부(?)가 되었네요. 최근에 이곳을 알게되서… 예전에 알았더라면 더 좋았겠구나 싶네요.
최근에는 이맥스 관련 국문 자료가 별로 없더군요. 커뮤니티가 따로 있나? 찾아봐도 딱히 없구요. 이맥스도 엄청 변화가 많은데. 아쉽습니다. https://blog.naver.com/jodi999/222756368405
설치
DONE sarasa nerd install
#!/bin/sh
set -e
# available styles: "fixed", "fixed-slab", "mono", "mono-slab", "term", "term-slab", "gothic", "ui"
style="term"
# available orthographies: "cl", "hc", "j", "k", "sc", "tc"
orthography="k"
# user font directory: "$HOME/.local/share/fonts"
# system font directory: "/usr/local/share/fonts/ttf/sarasa-${style}-${orthography}-nerd-font" (root privilege is required)
fontDir="$HOME/.local/share/fonts"
abort () {
echo $1
exit 1
}
# check things before running the script
if [ ! $(uname) = "Linux" ]; then
abort "This script only support Linux!"
elif ! type curl > /dev/null 2>&1; then
abort "curl is needed to running this script!"
elif ! type unzip > /dev/null 2>&1; then
abort "unzip is needed to running this script!"
fi
# main
rm -f "/tmp/sarasa-${style}-${orthography}-nerd-font.zip"
echo "Downloading latest version of sarasa-${style}-${orthography}-nerd-font.zip"
curl -fsSL "https://api.github.com/repos/jonz94/Sarasa-Gothic-Nerd-Fonts/releases/latest" | \
grep "browser_download_url.*sarasa-${style}-${orthography}-nerd-font.zip" | \
head -n 1 | \
cut -d '"' -f 4 | \
xargs curl -fL -o "/tmp/sarasa-${style}-${orthography}-nerd-font.zip"
echo "Unzip sarasa-${style}-${orthography}-nerd-font.zip"
unzip -d /tmp "/tmp/sarasa-${style}-${orthography}-nerd-font.zip"
echo "Installing fonts into $fontDir"
pattern="sarasa-${style}-${orthography}-*-nerd-font.ttf"
find -L /tmp -name $pattern 2>/dev/null | cut -d '/' -f 3 | xargs -I {} rm -f ${fontDir}/{}
mkdir -p $fontDir
find -L /tmp -name $pattern 2>/dev/null | xargs -I {} mv {} ${fontDir}/
fc-cache -r
echo "Done 🥳"| Downloading | latest | version | of | sarasa-term-k-nerd-font.zip |
|---|---|---|---|---|
| Unzip | sarasa-term-k-nerd-font.zip | |||
| Archive: | /tmp/sarasa-term-k-nerd-font.zip | |||
| inflating: | /tmp/sarasa-term-k-bold-nerd-font.ttf | |||
| inflating: | /tmp/sarasa-term-k-bolditalic-nerd-font.ttf | |||
| inflating: | /tmp/sarasa-term-k-extralight-nerd-font.ttf | |||
| inflating: | /tmp/sarasa-term-k-extralightitalic-nerd-font.ttf | |||
| inflating: | /tmp/sarasa-term-k-italic-nerd-font.ttf | |||
| inflating: | /tmp/sarasa-term-k-light-nerd-font.ttf | |||
| inflating: | /tmp/sarasa-term-k-lightitalic-nerd-font.ttf | |||
| inflating: | /tmp/sarasa-term-k-regular-nerd-font.ttf | |||
| inflating: | /tmp/sarasa-term-k-semibold-nerd-font.ttf | |||
| inflating: | /tmp/sarasa-term-k-semibolditalic-nerd-font.ttf | |||
| Installing | fonts | into | home/junghan.local/share/fonts | |
| Done | 🥳 |
Comments