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

@ -280,9 +280,11 @@ setup_fonts() {
# cleanup
rm -rf $fonts_directory
package_install \
noto-fonts-emoji \
nerd-fonts-noto-sans-mono `# Terminal font` \
package_install \
noto-fonts-emoji \
nerd-fonts-noto-sans-mono `# Terminal font` \
adobe-source-han-sans-kr-fonts `# Korean font` \
ttf-baekmuk `# Korean font` \
}