Skip to content

fix(css): Disables ligatures for monospaced fonts

Sam Beckham requested to merge no-monospace-ligatures into main

What does this MR do?

This MR disables the ligatures on monospaced font usage. This was causing concern for some users during the rollout. The best way is to default it to off for now and decide what we want to do with it later

Before After
Screen_Shot_2022-12-20_at_13.13.07 Screen_Shot_2022-12-20_at_13.13.41

Does this MR meet the acceptance criteria?

Conformity

  • Code review guidelines.
  • GitLab UI's contributing guidlines.
  • If it changes a Pajamas-compliant component's look & feel, the MR has been reviewed by a UX designer.
  • [-] If it changes GitLab UI's documentation guidelines, the MR has been reviewed by a Technical Writer.
  • [-] If the MR changes a component's API, integration MR(s) have been opened in the following projects to ensure that the @gitlab/ui package can be upgraded quickly after the changes are released:
  • Added the ~"component:*" label(s) if applicable.
Edited by Sam Beckham

Merge request reports