An open API service indexing awesome lists of open source software.

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.

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/).