sikemonster
sikemonster
----- Registering the font as i've done here in my local, doesn't work either:
This is a follow up fix to my issue https://github.com/diegomura/react-pdf/issues/2818 Problem: When styling `` with standard `fontFamily` such font doesn't render and instead it falls back to `Helvetica` which is...
### **Describe the bug** Standard fonts aren't being rendered using `fontFamily` on a Vite/React/TS project. ### **To Reproduce** 1. Setup local environment. 2. Set `fontFamily: "Times-Roman"` on `` component. Attached...