CouncilDataProject / CouncilDataProject/cdp-frontend
Change the web application to have a unified font-family
Open
bug
good first issue
- Dominant language
- TypeScript
- Stars
- 17
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the Bug
_A clear and concise description of what the bug is._
Some text in web app has font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif (e.g. `Session 1` in the Event page), while others have font-family: Inter,X-LocaleSpecific,sans-serif;
### Expected Behavior
_A clear and concise description of what you expected to happen._
We want just one font-family for all texts and it should be Inter,X-LocaleSpecific,sans-serif;
---
I suspect the fix requires digging into semantic-ui-css/semantic-ui-react config to set the font-family.
Contributor guide
Assessment
This issue has not been assessed yet.