Skip to content

Commit

Permalink
remove constants not useful for current repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mapmeld committed Jan 11, 2025
1 parent 7f6af16 commit 190b89c
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions scripts/get-fonts.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,35 +90,6 @@
"NotoSansYi",
]

SOUTH_ASIAN_UI_FONTS = [
"ArabicUI",
"BengaliUI",
"DevanagariUI",
"GujaratiUI",
"GurmukhiUI",
"KannadaUI",
"MalayalamUI",
"OriyaUI",
"SinhalaUI",
"TamilUI",
"TeluguUI",
]

# hyphenated or irregular Noto diretory names
NOTO_DIRECTORY_FOR_FONT = {
"NotoSans": "latin-greek-cyrillic",
"NotoSansAdlamUnjoined": "adlam",
"NotoSansCanadianAboriginal": "canadian-aboriginal",
"NotoSansKayahLi": "kayah-li",
"NotoSansNewTaiLue": "new-tai-lue",
"NotoSansOlChiki": "ol-chiki",
"NotoSansSymbols2": "symbols",
"NotoSansTaiLe": "tai-le",
"NotoSansTaiTham": "tai-tham",
"NotoSansTaiViet": "tai-viet",
"NotoSerifTibetan": "tibetan",
}


# Attempt to download the font from repos in this order
def findFontUrls(fontName, modifier):
Expand Down

0 comments on commit 190b89c

Please sign in to comment.