html – Segee UI会在Mac上工作吗?

前端之家收集整理的这篇文章主要介绍了html – Segee UI会在Mac上工作吗?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Segoe UI字体是否内置在浏览器中?如果我的访问者正在从Mac浏览器,它会正常工作还是要设置CSS网址?我的设计师说只有在我们设置URL的时候才会工作,但是我删除
@font-face
{
    font-family: "Segoe UI";
    src: url("fonts/Segoe UI.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

它仍然在Windows 7上至少工作.我没有Mac,要测试.

解决方法

它将适用于任何具有Office 2007,2010,Vista或7的计算机:

The Segoe UI font family can be obtained as part of Microsoft Office 2007,Microsoft Office 2010,Windows Vista or Windows 7.

如果用户已经下载了Windows Live软件包,也可以在XP上工作:

Segoe UI is installed into Windows XP if the user installs Windows Live Messenger,or Windows Live Mail

Source

对于没有上述的任何计算机,您将需要使用@ font-face声明它

原文链接:https://www.f2er.com/html/224746.html

猜你在找的HTML相关文章