简体   繁体   English

基本的HTML样式字体家族问题

[英]Basic Html style font-family question

<span style="font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;">
    content
</span>

Does this mean that there is going to be a priority list for the specified font families on the client, ie if no 'Segoe UI' will check for Tahoma, no Tahoma will go for Arial and so on? 这是否意味着客户端上将有指定字体系列的优先级列表,即如果没有“ Segoe UI”将检查Tahoma,则没有Tahoma将用于Arial等?

Answer with YES or NO will be good enough! 回答是或否就足够了!

对,那是正确的!

Short answer: Yes. 简短的回答:是的。

Longer answer: Wouldn't you rather use a stylesheet than embed styles inline like this? 更长的答案:您是不是宁愿使用样式表而不是像这样嵌入样式?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM