From df7ed5b2260e3a972bbc28afe00110134eaf8b3c Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Wed, 28 Aug 2024 14:56:18 +0100 Subject: [PATCH] Include Noto in dashboard --- dashboard.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/dashboard.py b/dashboard.py index 88e798e1..8817e043 100644 --- a/dashboard.py +++ b/dashboard.py @@ -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: