♻️(frontend) replace Arial font-family with token font

In some components, the Arial font was still used
because of a centering problem.
We removed all instances of Arial and replaced them
with the current font token, the centering problems
were fixed by adding "contain: content;" to the css.
This commit is contained in:
Anthony LC
2025-09-19 14:58:06 +02:00
parent 8ee50631f3
commit a751f1255a
6 changed files with 31 additions and 36 deletions

View File

@@ -10,8 +10,10 @@ and this project adheres to
### Changed
- ♻️(frontend) replace Arial font-family with token font #1411
- ♿(frontend) improve accessibility:
- #1354
- #1349
- ♿ improve accessibility by adding landmark roles to layout #1394
- ♿ add document visible in list and openable via enter key #1365
- ♿ add pdf outline property to enable bookmarks display #1368
@@ -29,8 +31,6 @@ and this project adheres to
### Added
- ✨(api) add API route to fetch document content #1206
- ♿(frontend) improve accessibility:
- #1349
### Changed