mbao01 / typography-theme-quora

A Typography.js theme matching qoura.com style

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quora — a Typography.js theme

A Typography.js theme for readability based on Quora style

Install

npm install --save typography typography-theme-quora

Usage

import Typography from "typography";
import quoraTheme from "typography-theme-quora";

const typography = new Typography(quoraTheme);

More on theme

Quora uses "-apple-system" for headers and "-apple-system" for body text

About

A Typography.js theme matching qoura.com style


Languages

Language:JavaScript 100.0%