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

List Font Changes #13069

Open
JamieB-gu opened this issue Jan 3, 2025 · 0 comments
Open

List Font Changes #13069

JamieB-gu opened this issue Jan 3, 2025 · 0 comments

Comments

@JamieB-gu
Copy link
Contributor

JamieB-gu commented Jan 3, 2025

For all ordered and unordered lists across all designs, displays and breakpoints:

  • font: Guardian Text Egyptian
  • font-size: 17px
  • line-height: 1.4
  • font-weight: regular

Using Source, the typography API call would be:

body.medium({ fontWeight: 'regular', lineHeight: 'loose' })

Ordered lists

The list numbers should be bold but otherwise the same font rules apply.

Using Source, the typography API call would be:

body.medium({ fontWeight: 'bold', lineHeight: 'loose' })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant