Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下字体css:
font-family: futura, arial, sans-serif;
现在很多人没有futura,所以我想做的是如果生成的字体是future我不希望它是粗体的,否则如果它是arial或sans-serif我确实希望它是粗体的。
有没有办法做到这一点?我以为我可以使用 jQuery 提取使用过的字体,然后应用其他 css 类,但 jQuery 提取了整个字体系列值,而不是实际使用的字体。我对任何 CSS 和 jQuery 解决方案持开放态度。
谢谢,