roberto-butti / some-drops-of-javascript

This book collects some useful, unknown, underrated JavaScript functions discovered and learned while using JavaScript daily.
https://drops-of-javascript.hi-folks.dev/
Other
137 stars 40 forks source link

Improving readability by changing fonts and enhancing color contrast #32

Closed vipulpandey7860 closed 11 months ago

vipulpandey7860 commented 11 months ago

Currently, the font used (I guess Lora) doesn't provide much readability. I propose to change to some other open-source font that would enhance readability.

Additionally, the color contrast on some text is not good, and I want to improve it.

roberto-butti commented 11 months ago

Thank you @I-VipulPandey, for your valuable feedback. Do you have some suggestions? For example, which is the best open-source font that would enhance readability? Which are the improvements we can apply to color contrast?

Happy to listen to your opinion.

Feel free to drop suggestions here, or better (if you want), open a PR.

vipulpandey7860 commented 11 months ago

You are currently using a serif typeface (lora), which is not considered ideal for readability on digital screens. I recommend using Montserrat, an open-source font widely available on various devices. Montserrat is known for its excellent readability on digital screens. If you'd like, you can assign me the task, and I'll be happy to work on implementing this change.