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

CLDR-18050 spec: use small caps for h5 #4225

Merged
merged 2 commits into from
Dec 4, 2024
Merged

Conversation

srl295
Copy link
Member

@srl295 srl295 commented Dec 4, 2024

CLDR-18050

  • This PR completes the ticket.

ALLOW_MANY_COMMITS=true

Review Notes

  • Before

image

  • After

image

@@ -29,3 +29,7 @@
.markdown-alert-important .markdown-alert-title {
color: blueviolet;
}

.body h5 {
font-variant: small-caps;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs to be the following, otherwise the size is too small (and we want to guarantee it is bold)

Suggested change
font-variant: small-caps;
font-variant: small-caps;
font-size: medium;
font-weight: bold;

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done, now:

image

- per review comment

Co-authored-by: macchiati <[email protected]>
@srl295 srl295 merged commit 9c044e1 into main Dec 4, 2024
13 checks passed
@srl295 srl295 deleted the srl295/site/cldr-18050-h5 branch December 4, 2024 19:15
pedberg-icu pushed a commit to pedberg-icu/cldr that referenced this pull request Dec 8, 2024
pedberg-icu pushed a commit that referenced this pull request Dec 8, 2024
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

Successfully merging this pull request may close these issues.

2 participants