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;
      }
      

        1. image-2025-07-11-14-13-35-800.png
          161 kB
          Laurence Aumeunier
        2. image-2025-07-11-14-21-59-230.png
          92 kB
          Laurence Aumeunier
        3. image-2025-07-15-11-46-44-827.png
          20 kB
          Magali Franchet
        4. screenshot-1.png
          352 kB
          Laurence Aumeunier
        5. screenshot-2.png
          214 kB
          Laurence Aumeunier

            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: