guardian / guardian/dotcom-rendering

List Font Changes

Open
#13,069 0 comments 0 reactions 0 assignees View on GitHub
maintenance Team Candidate: Articles and Publishing
Dominant language
TypeScript
Stars
274
Forks
34
Avg merge
2d 22h
Merged PRs (30d)
121

Description

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:

```ts
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:

```ts
body.medium({ fontWeight: 'bold', lineHeight: 'loose' })
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.