added korean fonts
This commit is contained in:
parent
231c88c46f
commit
881f8b5142
1 changed files with 5 additions and 3 deletions
8
setup.sh
8
setup.sh
|
@ -280,9 +280,11 @@ setup_fonts() {
|
||||||
# cleanup
|
# cleanup
|
||||||
rm -rf $fonts_directory
|
rm -rf $fonts_directory
|
||||||
|
|
||||||
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` \
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue