Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.16 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.16 KB

BedrockCSS

Always inheriting the user’s preferred font size. The one they choose in their browser or on their system. Even if they did not explicitly choose one (because the default was maybe good enough).

Getting Started

To use BedrockCSS, simply include the bedrock.min.css file in your HTML document.

<link rel="stylesheet" href="path/to/bedrock.min.css" />

Or use Github Pages as CDN source.

<link rel="stylesheet" href="https://timescam.github.io/BedrockCSS/css-dist/bedrock.min.css" />

TODO

  • Example page

Licence

BedrockCSS is licensed under the CC BY-SA 4.0 license.

Credits

BedrockCSS is inspired by this blog post by Adrian Roselli: The Ultimate Ideal Bestest Base Font Size That Everyone Is Keeping a Secret, Especially Chet.

WCAG 2.1 guidelines are used to ensure accessibility and usability.

Dracula Theme is referenced for the dark mode colors.