# enuff

Basic CSS typography and components.  
[Demo](https://vvvkor.github.io/enuff/)

## Get started

Download and add the [distributed](https://github.com/vvvkor/enuff/archive/master.zip) CSS to the head of your document.

```html
<link rel="stylesheet" href="/css/enuff.css">
``` 

Or use CDN like [jsDelivr](https://www.jsdelivr.com/package/npm/enuff).

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/enuff/dist/enuff.min.css">
```

## Browser Support

* IE 9 (limited)
* IE 10+, Edge
* Up-to-date versions of Chrome, Firefox, Opera, Safari
* iOS 6+
* Android 4+

## License

[MIT](./LICENSE)