alfio-event / alfio-event/alf.io
Installing Custom Fonts in Docker for PDF Templates
Open
question
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 396
- PR merge metrics
- No merged PRs in 30d
Description
Hey all,
I noticed that the PDF Template function is referring in the font face to a specific .ttf font file:
@font-face {
font-family: 'DejaVu Sans';
src: url('alfio-internal:/DejaVuSans.ttf');
}
Could anyone tell me how I can install a new font in the Docker container? That way, we can use our company's house font.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.