Aller au contenu principal

Custom font in VertiGIS Studio Web

Planifiée

Commentaires

2 commentaires

  • Alex Videka

    This would be very helpful for our organization too.

    0
  • Berend Veldkamp

    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.