• Icon: Bug Bug
    • Resolution: Unresolved
    • 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;
      }
      

          [WORKSPACES-1869] Bad font weight of police for some elements

          There are no comments yet on this issue.

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

              Created:
              Updated: