Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-4366

Sticker widget: fix font for Linux distros and allow appending mgnl version info

XMLWordPrintable

    • Yes
    • Saigon 138, Basel 139
    • 1

      1) The FONT:
      While preparing a 5.6.2 RN entry about MGNLUI-3840, I've noticed the same issue as the one reported for ONDEMAND-755:

      The font declaration used in the sticker

      Verdana, serif;
      

      in

      magnolia-ui-vaadin-common-widgets/src/main/resources/VAADIN/themes/admincentraltheme/sticker.scss
      

      is insufficient for most Debian-derived desktops (*buntus etc.) and will be rendered as follows:

      This can be fixed by removing the following font-family from the .v-sticker definition. The Helvetica, sans-serif font will be inherited from the .v-app font definition.

      font-family: Verdana, serif;
      

      The result of the font in the sticker should look like this:

        Acceptance criteria

              sgasa Saimir Gasa
              mdrapela Martin Drápela
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD