Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MINOR] Firefox Montserrat font distortions #13

Open
4 tasks done
robbykrlos opened this issue Jan 21, 2022 · 0 comments
Open
4 tasks done

[MINOR] Firefox Montserrat font distortions #13

robbykrlos opened this issue Jan 21, 2022 · 0 comments
Assignees

Comments

@robbykrlos
Copy link

This is a bug.

Prerequisites

  • Are you running the latest version?
  • Are you reporting to the correct repository?
    (enso is made of many specialized packages: https://github.com/laravel-enso)
  • Did you check the documentation?
  • Did you perform a cursory search?

Description

Here's one fun for you:)

In Firefox, the Montserrat font imported from google, with font-weight > 400 renders badly the letter "R". "P" and "y" :)

image

image

As opposed to the default Montserrat:

image

I don't know why yet, and didn't find a fix for it, just an workaround in :
client/node_modules/@enso-ui/themes/bulma/fonts.scss:

@import url('https://fonts.googleapis.com/css2?family=Muli:wght@500;800&display=swap');

(removed the Montserrat import, left only Muli)

This is the least of our/your problems, but I thought it was quite interesting.

Any reason you import Montserrat from Googleapis?

LE: later I found that on Linux not all browsers supports by default a lot of fonts.
LLE: I do not yet understand how Montserrat is loaded since it seems not to be a default font, as I initially assumed. I cannot find any trace of it being loaded locally. Disabled cache.

@robbykrlos robbykrlos changed the title [MINOR] Firefox Montserrat font distorsions [MINOR] Firefox Montserrat font distortions Jan 21, 2022
@aocneanu aocneanu self-assigned this Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants