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

[Bug]: IBM Plex San font does not works well on some situation #15045

Closed
1 of 2 tasks
guobinzhao opened this issue Oct 27, 2023 · 1 comment
Closed
1 of 2 tasks

[Bug]: IBM Plex San font does not works well on some situation #15045

guobinzhao opened this issue Oct 27, 2023 · 1 comment

Comments

@guobinzhao
Copy link

Package

@carbon/react, carbon-components, carbon-components-react, @carbon/icons

Browser

Chrome

Package version

Version 118.0.5993.88 (Official Build) (arm64)

React version

16.13.1

Description

https://github.ibm.com/tools-for-aps/zh/issues/36546#issuecomment-65558931
pls check the issue on the above link since we have not found a stable recreate steps, you can catch the problem in the vedio but disabling the local font will bypass the issue.

Reproduction/example

we have not found a stable recreate steps

Steps to reproduce

pls check the issue on the above link since we have not found a stable recreate steps, you can catch the problem in the vedio but disabling the local font will bypass the issue.

Suggested Severity

Severity 3 = User can complete task, and/or has a workaround within the user experience of a given component.

Application/PAL

No response

Code of Conduct

@tay1orjones
Copy link
Member

@guobinzhao The video reproduction in the issue you linked showed a resolution/workaround by disabling local fonts in the chrome devtools "rendering" pane. Carbon styles do not use local() sources in @font-face rules. Here's a link to the compiled styling where you'll see a cmd + f searching local( returns no results.

If you search there for src: url(, you'll see Plex is only loaded from our Akamai CDN. Browsers may still choose to use the local font though. The font inspector in Firefox does a better job showing the source of the fonts on the page. This may help in debugging.

If you share the code for how you've configured your styling I'm happy to take a look. Ultimately this looks like a usage/configuration issue in your application. It might be hard to reproduce because this issue is isolated to only certain machines that may have an outdated/invalid version of Plex installed locally or something.

@tay1orjones tay1orjones moved this to 🕵️‍♀️ Triage in Design System Oct 27, 2023
@sstrubberg sstrubberg closed this as not planned Won't fix, can't repro, duplicate, stale Jan 12, 2024
@github-project-automation github-project-automation bot moved this from 🕵️‍♀️ Triage to ✅ Done in Design System Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants