In order to tailor the font based on the operating system, the following criteria should be followed:
For Windows: "Segoe UI" For Mac: "SF Pro"
Attempts have been made using the code provided below, but it seems to load before the DOM and lacks persistence.
if (navigator.appVersion.indexOf("Win")!=-1)
{
document.body.style.background = "green";
}