Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix font not loaded #15183

Merged
merged 1 commit into from Mar 8, 2024
Merged

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 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
3 checks passed
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