Skip to content

chore: fix font not loaded#15183

Merged
AUTOMATIC1111 merged 1 commit intoAUTOMATIC1111:devfrom
jim60105:master
Mar 8, 2024
Merged

chore: fix font not loaded#15183
AUTOMATIC1111 merged 1 commit intoAUTOMATIC1111:devfrom
jim60105:master

Conversation

@jim60105
Copy link
Contributor

@jim60105 jim60105 commented Mar 8, 2024

fix #15182

Description

It's a bug relative to 2f98a35

UI is looking for http://localhost:7863/file=/app/webui-assets/css/sourcesanspro.css but the assets repo is mounted at http://localhost:7863/webui-assets. It is because style.css is loaded at http://localhost:7863/file=/app/style.css and @import url() with relative path.

Screenshots/videos:

Checklist:

@jim60105 jim60105 requested a review from AUTOMATIC1111 as a code owner March 8, 2024 18:11
@jim60105 jim60105 changed the base branch from master to dev March 8, 2024 18:11
@jim60105
Copy link
Contributor Author

jim60105 commented Mar 8, 2024

Rebased to dev branch.

@AUTOMATIC1111 AUTOMATIC1111 merged commit d318f1b into AUTOMATIC1111:dev Mar 8, 2024
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.

[Bug]: Font not loaded in 1.8.0 (sourcesanspro.css)

2 participants