Is Segoe UI font built into the browser? If my visitors are viewing from Mac, will it work properly or do I have to set the CSS url for that? My designer says it will work only when we set the URL, however I removed the
@font-face
{
font-family: "Segoe UI";
src: url("fonts/Segoe UI.ttf") format("truetype");
font-style: normal;
font-weight: normal;
}
and it still works atleast on Windows 7. I don’t have Mac though, to test.
It will work on any computer with Office 2007, 2010, Vista or 7:
Will also work on XP if the user has downloaded a Windows Live package:
Source
For any computer that doesn’t have the above, you will need to declare it with a
@font-face