Orange-OpenSource / Orange-OpenSource/IOT-Map-Component
Better font management
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 24
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
- Remove NOTICE.txt 2 files because we don't embed the font here. It is handled by Boosted.
- Remove
@import '~boosted/dist/css/orangeHelvetica.min.css'from https://github.com/Orange-OpenSource/IOT-Map-Component/blob/master/src/iotMapManager/iot-map-manager.css because it must be done by the project when it loads Boosted by itself. - In CSS files which declare
font-family: "Helvetica Neue", 'helvetica'. Do the same thing than in Boosted.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with src/iotMapManager/iot-map-manager.css and inspect the two NOTICE.txt files plus other CSS files declaring the listed Helvetica family. Compare the relevant font handling in Boosted before removing the local import and notices. Done means the component no longer embeds or imports the font and its CSS declarations match the intended Boosted approach.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100