gpt4 book ai didi

CSS 字体系列属性 IDE (PHPStorm) 警告

转载 作者:技术小花猫 更新时间:2023-10-29 10:18:21 26 4
gpt4 key购买 nike

我正在使用 PHPStorm 8.0.3,在我的 CSS 文件中,我收到关于 font-family 规则的警告。

This inspection verifies that the CSS font-family property contains a generic font name as a fallback alternative.

我添加的字体如下:

.my_text {
font-family: 'DINPro-Medium';
}

@font-face {
font-family: 'DINPro-Medium';
src: url(font/DINPro-Medium.eot);
src: url(font/DINPro-Medium.eot?#iefix) format('embedded-opentype'),
url(font/DINPro-Medium.ttf) format('truetype'),
url(font/DINPro-Medium.woff) format('woff'),
url(font/DINPro-Medium.svg#DINPro-Medium) format('svg');
font-weight: normal;
font-style: normal;
}

我不明白这是什么问题。

最佳答案

建议在使用自定义字体时添加通用字体系列作为备用。

例如。 font-family: 'DINPro-Medium', serif;

如果浏览器无法为您的自定义字体加载文件,它将使用通用 serif 字体。

关于CSS 字体系列属性 IDE (PHPStorm) 警告,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31378655/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com