CSS Font “Helvetica Neue”
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I often see the websites using font "Helvetica Neue". Is this font safe to use, like eg. Arial? Or do the browsers have trouble rendering it or not many machines have this font? Thanks. 回答1: This font is not standard on all devices. It is installed by default on some Macs, but rarely on PCs and mobile devices. To use this font on all devices, use a @font-face declaration in your CSS to link to it on your domain if you wish to use it. @font-face { font-family: Delicious; src: url('Delicious-Roman.otf'); } @font-face { font-family: Delicious;