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]: CCJK: do not use italic font-style #4976

Open
1 task done
iooi opened this issue Dec 5, 2024 · 0 comments
Open
1 task done

[Bug]: CCJK: do not use italic font-style #4976

iooi opened this issue Dec 5, 2024 · 0 comments
Labels
bug Something isn't working I18n jira ticket created triage An issue needing triage

Comments

@iooi
Copy link

iooi commented Dec 5, 2024

Code of conduct

  • I agree to follow this project's code of conduct.

Impacted component(s)

status-light, spectrum-heading

Expected behavior

CCJK does not use italic font style.

Actual behavior


--spectrum-heading-sans-serif-light-strong-emphasized-font-style: var(
  --spectrum-italic-font-style
);

spectrum-status-light.css,

:host([variant='neutral']) {
    color: var(
        --highcontrast-statuslight-subdued-content-color-default,
        var(
            --mod-statuslight-subdued-content-color-default,
            var(--spectrum-statuslight-subdued-content-color-default)
        )
    );
    **font-style: italic;**
}

.spectrum-Heading--light strong em {
 font-style: var(
 --mod-heading-sans-serif-light-strong-emphasized-font-style,
 var(**--spectrum-heading-sans-serif-light-strong-emphasized-font-style**)
 );

Screenshots

No response

What browsers are you seeing the problem in?

No response

How can we reproduce this issue?

  1. Go to '...'
  2. Click on '....'
  3. Scroll to '....'
  4. Check console
  5. See error

Sample code or abstract reproduction which illustrates the problem

No response

Severity

None

Logs taken while reproducing problem

No response

@iooi iooi added bug Something isn't working triage An issue needing triage needs jira ticket labels Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working I18n jira ticket created triage An issue needing triage
Projects
None yet
Development

No branches or pull requests

2 participants