added ttf-iosevka-nerd
to fonts
This commit is contained in:
parent
6e17e76561
commit
11198cfdb5
1 changed files with 8 additions and 1 deletions
|
@ -27,7 +27,14 @@ def setup():
|
|||
ttf-baekmuk: Korean font
|
||||
"""
|
||||
|
||||
pamac_install(["noto-fonts-emoji", "nerd-fonts-noto-sans-mono", "ttf-baekmuk"])
|
||||
pamac_install(
|
||||
[
|
||||
"noto-fonts-emoji",
|
||||
"nerd-fonts-noto-sans-mono",
|
||||
"ttf-baekmuk",
|
||||
"ttf-iosevka-nerd",
|
||||
]
|
||||
)
|
||||
|
||||
smart_mkdir(TMP_FONTS_DIRECTORY)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue