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 或 head 代码的情况下将一段 @font-face 代码添加到页面的正文部分?
你可能可以。
只需包含网络字体,然后内联一些覆盖默认值的 CSS。
使用 !important 强制进行一些更改:
!important 例外
您可以放置<style type="text/css"></style>在正文中,并@font-face在这些标签之间添加所需的 CSS 属性。
<style type="text/css"></style>
@font-face