Posted by:
ImDocHolliday For that, you'll have to include scripting that determines which browser is being used. Then, for each possible return from that script, you'll have to provide font names and sizes. Normally, in your HTML code, you would state your preferred font, then a fallback choice, then a default if either of those two are not available on the system. (ex: Arial, then Helvetica, then some generic Sans Serif font).
I'm not saying it can't be done. I'm just asking, how much coding do you want to do? This isn't something you can change in a CSS file on the fly; those are static. You can make changes to HTML on the fly, using variables, but that's page by page. So that's a lot of code per page. Multiply that by the number of pages in your web site. And you have to maintain all that code.
I know that isn't much of an answer, but I can see no simple, quick solution.