Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 0d39bb1

Browse files
committed
Add inter-font package to the main fonts bundle
1 parent e7340a2 commit 0d39bb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/bundles/mainfonts.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ def get_main_fonts() -> [str]:
1616
return ["gnu-free-fonts", "noto-fonts", "ttf-bitstream-vera", "ttf-dejavu", "ttf-hack", "ttf-droid",
1717
"ttf-fira-code", "ttf-fira-mono", "ttf-fira-sans", "ttf-font-awesome", "ttf-inconsolata",
1818
"ttf-input", "ttf-liberation", "ttf-nerd-fonts-symbols-2048-em", "ttf-opensans", "ttf-roboto",
19-
"ttf-roboto-mono", "ttf-ubuntu-font-family", "ttf-jetbrains-mono", "otf-font-awesome", "noto-fonts-emoji"]
19+
"ttf-roboto-mono", "ttf-ubuntu-font-family", "ttf-jetbrains-mono", "otf-font-awesome", "noto-fonts-emoji",
20+
"inter-font"]
2021

2122

2223
class MainFonts(Bundle):

0 commit comments

Comments
 (0)