UCSB-NLP-Chang / DiffSTE

MIT License
88 stars 7 forks source link

Font names do not contain whitespaces #22

Closed alvaro-budria closed 2 months ago

alvaro-budria commented 2 months ago

Hello

I am trying to download the fonts from list chosen_fonts.json with an automated script. The problem is that the fonts listed do not contain whitespaces, so I cannot match them with Google fonts' URL for download.

It would be very painful to manually download each of the fonts, or to modify their name in the .json file.

Do you have available some script for automated font download, or at least a list of font names including the whitespaces?

Thank you

alvaro-budria commented 2 months ago

I parsed the font names with ChatGPT in case anyone is interested:


font_names = [
    "Mina",
    "IM Fell English",
    "Zilla Slab Highlight",
    "Scope One",
    "Nuosu SIL",
    "Unna",
    "Saira Extra Condensed",
    "Azeret Mono",
    "Shadows Into Light Two",
    "Moul",
    "IM Fell Double Pica",
    "Armata",
    "Frank Ruhl Libre",
    "Henny Penny",
    "Belleza",
    "League Gothic",
    "Pacifico",
    "Condiment",
    "Ribeye Marrow",
    "Arizonia",
    "Noto Sans Hanifi Rohingya",
    "Battambang",
    "Inconsolata",
    "Kantumruy Pro",
    "Bree Serif",
    "Sulphur Point",
    "Noto Rashi Hebrew",
    "Macondo",
    "El Messiri",
    "Zen Kurenaido",
    "Nova Round",
    "Red Hat Mono",
    "Markazi Text",
    "Synetactile",
    "WindSong",
    "Sahitya",
    "Londrina Sketch",
    "Zen Maru Gothic",
    "Amethysta",
    "Kelly Slab",
    "Mr De Haviland",
    "Domine",
    "Kavoon",
    "Sora",
    "Caladea",
    "Palanquin",
    "Overlock",
    "Explora",
    "Meow Script",
    "Suwannaphum",
    "Ramaraja",
    "Send Flowers",
    "Anek Gurmukhi",
    "Spectral",
    "Cabin",
    "Palanquin Dark",
    "Manuale",
    "Petit Formal Script",
    "Poppins",
    "Galada",
    "Noto Sans Tagalog",
    "Tilt Neon",
    "Lancelot",
    "Noto Sans Miao",
    "Convergence",
    "Montserrat Subrayada",
    "M Plus 1 Code",
    "Days One",
    "Spline Sans Mono",
    "Zeyada",
    "Trirong",
    "Pridi",
    "Noto Serif NP Hmong",
    "Paprika",
    "Pavanam",
    "Exo 2",
    "Flow Block",
    "Josefin Sans",
    "IM Fell Great Primer",
    "Silkscreen",
    "Big Shoulders Inline Text",
    "Solway",
    "Climate Crisis",
    "Atkinson Hyperlegible",
    "Source Sans Pro",
    "Miss Fajardose",
    "Red Hat Display",
    "Just Me Again Down Here",
    "Eduns Wact Foundation",
    "Lovers Quarrel",
    "Merge One",
    "Ranchers",
    "Short Stack",
    "Faster One",
    "Imprima",
    "Thasadith",
    "Bilbo Swash Caps",
    "Libre Baskerville",
    "Epilogue",
    "Gidugu"
]