zachleat / font-family-reunion

Compatibility tables for default local fonts.
http://fontfamily.io/
MIT License
67 stars 12 forks source link

Add MS Office font sets #46

Open AmeliaBR opened 8 years ago

AmeliaBR commented 8 years ago

Incluing the fonts installed by MS Office (and maybe other common software?) would be very useful:

Since the font list is available from the same Microsoft site you're already scraping (https://www.microsoft.com/typography/fonts/), I hope that getting the data wouldn't be too much extra work.

Displaying it, however, is a little more complicated. The current streamlined display assumes, fairly enough, that every user is on one and only one operating system. Add in fonts loaded by software, and it gets messy. You'd need some sort of nested list structure to factor in the different OS + software combinations.

PS. Glad you're working on this service & keeping it up to date! Most references on web-safe CSS font stacks are starting to get dated...

zachleat commented 8 years ago

oh, good idea! I agree on all 3 bullet points there.

Just speaking logistically getting the font lists probably won’t be difficult but I use Browserstack for these font support tests so it will be a little tricky to get access to a stock Windows machine with Office installed.

For display purposes I imagine I’d add another support level, a la: image

Maybe something like “Installed with…”

Anyway a hearty 👍 from me