-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Bug Report] Failed to load font resource #20
Comments
Hi @AlucPro, the error in the screenshot is caused by the failure to download the font. Multiple redundant addresses have been configured in the code to ensure that the font is more likely to be downloaded, but there may still be cases where some address requests fail. Please refer to scss/_fonts.scss for details. Has the font in the logseq application changed (as shown in the screenshot below)? If the font has changed, this error can be ignored. It is recommended to download themes from the plugin marketplace instead of using |
@AlucPro Just discovered that the font cache was invalid today, and the latest version has been fixed. You can now download it directly from the plugin marketplace. If the font still doesn't change, please try checking if there is a |
@UNICKCHENG I found that the latest release Also, the font logseq-developer-theme/scss/_fonts.scss Lines 18 to 30 in 99325ec
|
Use
@import url("https://cdn.jsdelivr.net/gh/unickcheng/logseq-developer-theme@release/custom.css");
incustom.css
.And Error occur when page load:
The text was updated successfully, but these errors were encountered: