diff --git a/dashboard.py b/dashboard.py index 88e798e..8817e04 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: