参见英文答案 >
Do I need to wrap quotes around font family names in CSS?3个
什么时候CSS’font-family’的值应该有引号呢?
什么时候CSS’font-family’的值应该有引号呢?
我见过font-family:arial和font-family:“arial”.
作为一个具体的例子,我这样声明一种字体:
@font-face { font-family: 'entypo'; font-style: normal; font-weight: 400; src: url('/css/fonts/entypo.woff') format('woff'); }
有一个元素使用这个font-family的正确CSS是什么?