jku-vds-lab / projection-space-explorer

https://jku-vds-lab.at/pse
BSD 3-Clause "New" or "Revised" License
41 stars 4 forks source link

Unify font #113

Closed mstreit closed 3 years ago

mstreit commented 3 years ago

Some parts of the UI show serif, other parts non-serif fonts. Everything should be non-serif.

image

LineUp: image

mstreit commented 3 years ago

@Aystein any change that this will be fixed soon? Thanks!

einbandi commented 3 years ago

The font in the VDS Logo SVG is also not correct:

grafik

There are four options to fix this:

  1. Use vds-lab-logo-opt.svg, which has the text converted into svg paths (optimized version with no inkscape clutter).
  2. Use either of the PNG versions vds-lab-logo-transparent.png or vds-lab-logo-whitebg.png
  3. Use the current version, but make sure that Montserrat Semi-Bold (600) is used for the "Visual Data Science Lab" text.
  4. Use 'vds-lab-logo-notext.svg' with no text, as in the screenshot shown in issue #124.

All files can be found here.

ginihumer commented 3 years ago

I already fixed the font for lineup

Aystein commented 3 years ago

I think this issue is resolved now, Lineup uses non-serif, the logo has no text anymore, and material ui also uses non-serif

mstreit commented 3 years ago

Looks perfect, thanks