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

Bold not working on desktop Chromium-based browsers #2

Open
KaKi87 opened this issue Jan 10, 2024 · 0 comments
Open

Bold not working on desktop Chromium-based browsers #2

KaKi87 opened this issue Jan 10, 2024 · 0 comments

Comments

@KaKi87
Copy link

KaKi87 commented Jan 10, 2024

Hi,

The following is what I see on desktop Chromium-based browsers :

Even on a fresh Chromium install without any customization whatsoever.

The following is what I see in DevTools :

Here's the screenshoted CSS rule :

b, strong {
    font-weight: var(--base-text-weight-semibold, 600);
}

The URL to the file containing that rule (https://github.githubassets.com/assets/node_modules/@primer/css/primitives/temp-typography-tokens.scss) returns 404 and I don't know why.

But, when disabling that rule, bold works properly :

Also, I'm not experiencing this issue on mobile Chromium-based browsers, nor on desktop and mobile Firefox-based browsers.

I know this repo isn't GitHub support, I just would like some community feedback : am I the only one experiencing this ?

Thanks.

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

1 participant