legacy-knowledge-base
公開されました Jul. 2, 2025

@import url 句の外部 URL が CSS に集約されない

written-by

Jamilly Macedo

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • インポートした URL を使用してカスタム テーマを作成し、CSS Fast Load プロパティを有効にすると、URL コンテンツがレンダリングされません。

@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");

Environment

  • 記述しています。

解決策

追加情報

  • 現在の の回避策 、フォントを手動でダウンロードしてテーマのソース コードに追加し、 _clay_variables.scss$font-import-url 変数を使用してフォントの相対パスを参照することです。
  • カスタム CSS を呼び出す方法は?

did-this-article-resolve-your-issue

legacy-knowledge-base