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.
Web フォントを組み込むために Web サイトのコード全体を変更せずに、ブログ投稿で Web フォントを使用したいと考えています。外部の css または head コードを使用せずに @font-face コードをページの body セクションに追加する方法はありますか?
body 内に配置して、これらのタグの間<style type="text/css"></style>に必要な CSS プロパティを追加できます。@font-face
<style type="text/css"></style>
@font-face
おそらくできます。
Web フォントをインクルードし、デフォルトをオーバーライドする CSS をインライン化するだけです。
!important を使用して、いくつかの変更を強制します。
重要な例外