Custom font in VertiGIS Studio Web
PlanifiéeWe would like to have the ability to use a custom font in a VertiGIS Studio Web app.
It is already possible via a start-up VertiGIS Studio Workflow with the inject CSS activity for other default fonts (for example Comic Sans MS):
We want to have also the ability to have a custom font to meet the needs of one of our customers.
13
-
This would be very helpful for our organization too.
0 -
I was looking for this too, and it appeared to be much simpler than I expected, if the font is available for download somewhere.
Use Inject CSS with something like this:
@font-face {
font-family: myfont;
src: url('https://example.com/path/to/font.ttf');
}
* {
font-family: myfont, sans-serif !important;
}2
Vous devez vous connecter pour laisser un commentaire.
Commentaires
2 commentaires