Skip to content

Commit

Permalink
Use MPLUS 1 font (#11904)
Browse files Browse the repository at this point in the history
Closes #10692

I don’t see any significant changes compared to Enso font:

MPLUS 1:

https://github.com/user-attachments/assets/17890f6a-0c4f-4aa5-9b4e-d9bd318fd625

Enso Font:


https://github.com/user-attachments/assets/5f476dc8-84c0-4855-8d5b-9d21a7c93b1d

# Important Notes
~~**I didn’t test if it actually fixes the issue with clipping on Windows, waiting for CI build.**~~ Tested on Windows, the issue is not visible.
  • Loading branch information
vitvakatu authored Dec 23, 2024
1 parent 3932679 commit e86e5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/gui/src/project-view/assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
--font-sans: 'M PLUS 1', /* System sans-serif font stack */ system-ui, -apple-system,
BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
--font-code: 'Enso', /* System sans-serif font stack */ system-ui, -apple-system,
--font-code: 'M PLUS 1', /* System sans-serif font stack */ system-ui, -apple-system,
BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
'Droid Sans', 'Helvetica Neue', Arial, sans-serif;
--font-mono: 'DejaVu Sans Mono', /* System monspace font stack */ ui-monospace, Menlo, Monaco,
Expand Down

0 comments on commit e86e5e7

Please sign in to comment.