jpillora / jpillora/base64-encoder
woff prefix should be data:application/x-font-woff;charset=utf-8;base64,
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 262
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Description
I think the woff prefix should be this, not sure if it makes any difference:
data:application/x-font-woff;charset=utf-8;base64,
Thanks for this project, it's my new favourite website :)
Contributor guide
No contributing guide indexed for this repository
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
The issue concerns the WOFF data-URI prefix generated by the Base64 Encoder. Locate that prefix in the project source, update it to the requested value, and verify that WOFF output still encodes correctly with the revised prefix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100