-
Notifications
You must be signed in to change notification settings - Fork 541
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
Fonts don't work properly on server #693
Comments
Having the same problem any way out ? |
Hi, I had the same issue. The problem may be on the server. Try to install those or look for other styles, and font packages for the Linux you're using. Firstly I would recommend to install/update puppeteer, that should fix it. But I couldn't install that so find a way to install separately some packages I installed those: |
Yes, you're right, I just need to install the font directly onto the server, in this case I'm using a Windows server so I only need to double click the font to install. it's not just the font, but the css that I made is also not exactly the same as Local when it's built on a server, so every time I build an application on another server, I have to adjust the css and font. |
Facing a similar issue for my Azure's App Service & GCP's App Engine. Any suggestion? I also see that the emails are getting missed randomly without throwing any error. My assumption is that some of these libraries are missing as well. |
Hello,
I tried to load font , on localhost it all went smoothly, but it was different from the server
Depency:
Load font:
Class:
In Local (font OCRB load):
In Server (font not load):
Development : Windows 10 x64
Server : Windows 10 x64
The text was updated successfully, but these errors were encountered: