Skip to content

Enable `new_fonts` feature flag by default

What does this MR do and why?

It enables the FF new_fonts by default.

How to set up and validate locally

In Chrome open the dev console and reload the page. Under the fonts tab under Network tab, you should see that new fonts - GitLabSans and 4 types of JetBrainsMono - were loaded

Screenshot_2023-01-12_at_12.20.37

Inspect non-monospace text on the page - it should be rendered with GitLab Sans.

The monospace text should be rendered with JetBrainsMono.

Screenshot_2023-01-12_at_12.23.23

Related to #379147 (closed)

Merge request reports