my question is, which fonts are similar to each other on windows, mac and linux.
i try to build a small toolkit and want to define a general font-structure for title, normal text, frame text and so on.
i want to preload the fonts on all os's. but i am not sure, which font is available on linux as standard equivalent for mac and windows.
i need a table like this:
windows, mac, linux
font_a, font_b, font_c >> the same or similar to each other.
i am speaking about fonts, which are installed as default in each operating system.
A further question is, how can i list all installed fonts on windows, mac and linux?


