Zum Hauptinhalt gehen

Custom font in VertiGIS Studio Web

Geplant

Kommentare

2 Kommentare

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.