Skip to content

Commit

Permalink
Include Noto in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Aug 28, 2024
1 parent db0242d commit df7ed5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ def rearrange_languages(languages):


for directory in tqdm.tqdm(glob.glob(gfpath + "/ofl/*")):
if "noto" in directory:
continue
try:
gf = GoogleFont(directory, gfpath)
except Exception as e:
Expand Down

0 comments on commit df7ed5b

Please sign in to comment.