the-collab-lab / website

Home of TCL’s website
https://the-collab-lab.codes
6 stars 4 forks source link

style: Implement Atkinson Hyperlegible font for improved accessibility #83

Closed mentalcaries closed 1 year ago

mentalcaries commented 1 year ago

Atkinson Hyperlegible has been developed by the Braille Institute and "focuses on letterform distinction to increase character recognition, ultimately improving readability"

As we are generally focused on Accessibility at TCL, this seems to be a nice touch to incorporate into the website

netlify[bot] commented 1 year ago

Deploy Preview for the-collab-lab ready!

Name Link
Latest commit 846f4e7258e8dd5e56aee8446159facfc407e664
Latest deploy log https://app.netlify.com/sites/the-collab-lab/deploys/6500f0351ad1cb000853b430
Deploy Preview https://deploy-preview-83--the-collab-lab.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

mentalcaries commented 1 year ago
.c-jumbo-heading h1 > strong {
  font-weight: 700;
}

Thanks for looking into this @mxmason . Please review at your earliest convenience.