-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
Custom fonts not working #1849
Comments
Can you provide startup logs? Can you also check the browser's network tools / console and check for any errors in there? |
Server Logs: Browser network tools: Doesn't even try to load the fonts /api/v1/fonts/resource/[font_name]/css responses looks like this: |
I am running into this issue as well. I can provide additional logs if necessary. |
Not sure if related. When I used OTF fonts, it worked on my desktop computer, but not on iOS (I can still select the font but it just switches back to the system default font). Converting the fonts WOFF2 solves the issue. |
OTF fonts do not work for me on Web/Windows and Edge/iOS. |
Steps to reproduce
Add fonts in /config/fonts/
Expected behavior
The book should be displayed with the selected font
Actual behavior
The UI detects them but when you select it it switches to the browser's default font, not the selected one.
The selected font is not installed on my OS
Logs
No response
Komga version
1.19.0
Operating system
Docker, Debian Host. Edge browser on Windows
Installation method
Docker
Other details
No response
Acknowledgements
The text was updated successfully, but these errors were encountered: