1
0
Fork 0

added korean fonts

This commit is contained in:
Kim, Jimin 2021-10-12 14:27:14 +09:00
parent 231c88c46f
commit 881f8b5142

View file

@ -283,6 +283,8 @@ setup_fonts() {
package_install \ package_install \
noto-fonts-emoji \ noto-fonts-emoji \
nerd-fonts-noto-sans-mono `# Terminal font` \ nerd-fonts-noto-sans-mono `# Terminal font` \
adobe-source-han-sans-kr-fonts `# Korean font` \
ttf-baekmuk `# Korean font` \
} }