# typography-theme-uxworks

> typography for uxworks

Latest version **0.1.4** (published 2019-11-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install typography-theme-uxworks
pnpm add typography-theme-uxworks
yarn add typography-theme-uxworks
bun add typography-theme-uxworks
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.4 |
| Published | 2019-11-20 |
| First published | 2019-11-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | isamrish |
| Maintainers | isamrish |
| Keywords | typography, theme, uxworks, typography-theme-uxworks, gatsbyjs |

## Links

- npm: https://www.npmjs.com/package/typography-theme-uxworks
- Repository: https://github.com/IsAmrish/typography-theme-uxworks
- Homepage: https://github.com/IsAmrish/typography-theme-uxworks#readme
- Issues: https://github.com/IsAmrish/typography-theme-uxworks/issues
- npm.io page: https://npm.io/package/typography-theme-uxworks

## Alternatives

- [d3-force-3d](https://npm.io/package/d3-force-3d.md) — 1.0M weekly downloads
- [ng2-charts](https://npm.io/package/ng2-charts.md) — 486.8K weekly downloads
- [@arcgis/core](https://npm.io/package/@arcgis/core.md) — 257.8K weekly downloads
- [react-sparklines](https://npm.io/package/react-sparklines.md) — 249.3K weekly downloads
- [react-native-gifted-charts](https://npm.io/package/react-native-gifted-charts.md) — 182.3K weekly downloads

## Recent versions

- 0.1.4 (latest) — 2019-11-20
- 0.1.3 — 2019-11-17
- 0.1.2 — 2019-11-16
- 0.1.1 — 2019-11-16
- 0.1.0 — 2019-11-10

## README

<div align="center">
  <h1>
    <b>typography-theme-uxworks</b>
  </h1
  <p>

   ![npm](https://img.shields.io/npm/v/typography-theme-uxworks?color=green)

  </p>
</div>



## **🤔 Why?**

I have created this theme by inspired by typography themes created by Kal. I have created
my blog uxworks.org and thought to create a theme for the blog.

## **:cyclone: Features:**

* **Easy To Use:**  It is very easy to use.

* **Minified** The source file is minified and barely dependent on any external library.

## **:cloud: Installation:**

Steps to install:

__npm__

```
npm install typography-theme-uxworks
```

__yarn__

```
yarn add typography-theme-uxworks
```

## **:snowflake: Usage:**

In your `typography.js`,


```
import Typography from "typography"
import uxworksTheme from 'typography-theme-uxworks'
const typography = new Typography(uxworksTheme)
export default typography
```

---

## **:snowflake: Usages: in gatsby website**

### **Step 1**

Install typography, react-typography, gatsby-plugin-typography and typography-theme-uxworks

__npm__

```
npm install --save typography react-typography gatsby-plugin-typography typography-theme-uxworks
```

__yarn__

```
yarn add typography react-typography gatsby-plugin-typography typography-theme-uxworks
```

### **Step 2**

Create `typography.js` file in the location of `src/utils`

### **Step 3**

Copy these code into `typography.js`

```
import Typography from "typography"
import uxworksTheme from 'typography-theme-uxworks'
const typography = new Typography(uxworksTheme)
export default typography
```

### **Step 4**

config newly created `typography.js` into `gatsby-config.js`

```
{
  resolve: `gatsby-plugin-typography`,
  options: {
    pathToConfigModule: `src/utils/typography`,
  }
},
```

Notes*: Make sure you don't have any overriding css in your App/Website

---
_Source: https://npm.io/package/typography-theme-uxworks · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
