CRSU-Apps / CRSU-Apps/MetaInsight
Change font
- Dominant language
- R
- Stars
- 20
- Forks
- 21
- Avg merge
- 1d 19m
- Merged PRs (30d)
- 1
Description
I didn't realise that `par("Arimo")` requires that font to be installed on the system running the package, even though it's never rendered by R. It's not a problem in deployment, but it causes some differences on Mac running locally. Switching to `Arial` might be better, but needs checking. Alternatively, it may need to switch fonts depending on OS.
Contributor guide
No contributing guide indexed for this repository
Research direction
Search the codebase for `par("Arimo")` and inspect where the font is used in the Shiny visualizations. Compare local rendering on Mac with the current font and a candidate such as Arial; done means the chosen approach avoids unnecessary system-font differences without affecting deployment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- design, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100