Uploaded image for project: 'Workspaces'
  1. Workspaces
  2. WORKSPACES-1869

Bad font weight of police for some elements

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 2.15.0
    • None
    • None
    • None
    • 4.9.1
    • Oui

      Some HTML element have at the same time a font-weight: bolder; or font-weight: 600; and a police "Poppins Bold" or "Poppins Semi Bold"
      As consequence they are too bold and difficult to read.
      See screenshots to see issues

      As fix it for example, in _type.scss we should force font-weight: 500 for <strong> elements

      strong {
      	font-family: $g-font-primary-bold;
      	font-weight: 400;
      }
      

            Unassigned Unassigned
            laurence Laurence Aumeunier
            Loïc Bouchet Loïc Bouchet
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: