Skip to content

fix #4333 【システム】 存在しないフォントを指定してる箇所があり404になっている件を修正#4334

Closed
kaburk wants to merge 1 commit intobaserproject:5.2.xfrom
kaburk:5.2.x-#4333
Closed

fix #4333 【システム】 存在しないフォントを指定してる箇所があり404になっている件を修正#4334
kaburk wants to merge 1 commit intobaserproject:5.2.xfrom
kaburk:5.2.x-#4333

Conversation

@kaburk
Copy link
Collaborator

@kaburk kaburk commented Mar 19, 2026

よろしくお願いします!

Copilot AI review requested due to automatic review settings March 19, 2026 12:23
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

フロントエンド表示時に出力される管理ツールバー用 CSS において、存在しない Font Awesome の webfont を参照して 404 になっている問題(#4333)を解消するための修正です。

Changes:

  • ツールバー用 @font-face の参照先 webfont を fa-brands-900.woff2 から fa-brands-400.woff2 に変更

You can also share your feedback on Copilot code review. Take the survey.

font-weight: 900;
font-display: auto;
src: url("../webfonts/fa-brands-900.woff2") format("woff2");
src: url("../webfonts/fa-brands-400.woff2") format("woff2");
@kaburk kaburk closed this Mar 19, 2026
@kaburk kaburk deleted the 5.2.x-#4333 branch March 19, 2026 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants