Hi, I’m trying to use a new font (ttf) in my Python program (in this case there is no way to set a path directly to the font, the font needs to be accessed by system) and I having no success when I run the program online (website).
If I log in server and run the program in Shell, the new font can be used correctly. I’m putting the font in the correct path: ~/.local/share/fonts or ~/.fonts (old way), command fc-cache, etc…
But when I run in browser, I can´t use the new font. I already tried to set the path with fc-cache.
I have a shared plan. Is there a way to use a new font? I have to put it in any specific directory, or set some file, or variable?
Thanks in advance for any help.