https://github.com/tatianafokina/typographa11y
Checklists for evaluating legibility and readability of your text content.
https://github.com/tatianafokina/typographa11y
a11y accessibility typography
Last synced: about 1 month ago
JSON representation
Checklists for evaluating legibility and readability of your text content.
- Host: GitHub
- URL: https://github.com/tatianafokina/typographa11y
- Owner: TatianaFokina
- Created: 2024-11-28T20:42:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T17:03:04.000Z (5 months ago)
- Last Synced: 2025-02-02T18:54:30.608Z (3 months ago)
- Topics: a11y, accessibility, typography
- Language: Nunjucks
- Homepage: https://tatianafokina.github.io/typographa11y/en/
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypographA11y: accessible typography checklists
First and foremost, a11y means ″accessibility.″
The TypographA11y project provides checklists for evaluating content legibility and readability. This project supports content in [English](https://tatianafokina.github.io/typographa11y/en/) and [Russian](https://tatianafokina.github.io/typographa11y/ru/), with language-specific parameters for each criterion.
## Technologies
[Nunjucks](https://mozilla.github.io/nunjucks/), CSS, JavaScript, and [Node.js](https://nodejs.org/en/).
## Commands
Install [pnpm](https://pnpm.io):
```bash
npm install -g pnpm
```The second installation option:
```bash
pnpm install
```For Windows users run the standalone script and open your IDE or PowerShell as administrator (″run as administrator″):
```bash
iwr https://get.pnpm.io/install.ps1 -useb | iex
```Build the production version of the project:
```bash
pnpm build:prod
```## Licenses
Code from this project is licensed under [MIT](https://github.com/TatianaFokina/a11y-blog/blob/main/MIT.md), the content is licensed under [CC BY-NC-SA 4.0](https://github.com/TatianaFokina/a11y-blog/blob/main/CC.md).
Pictures are from [FreePNGimg](https://freepngimg.com) and licensed under the [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/). The fonts, Open Sans and Yeseva One, are licensed under [OFL](https://openfontlicense.org/open-font-license-official-text/).