# font-max

> Max Web Font Package

Latest version **1.0.1** (published 2017-04-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install font-max
pnpm add font-max
yarn add font-max
bun add font-max
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2017-04-26 |
| First published | 2017-04-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | orianda |
| Maintainers | orianda |
| Keywords | max, max-black-italic-caps, max-black-italic-caps-expert, max-black-italic, max-black-italic-expert, max-black-caps, max-black-caps-expert, max-black, max-black-expert, max-bold-italic-caps, max-bold-italic-caps-expert, max-bold-italic, max-bold-italic-expert, max-bold-caps, max-bold-caps-expert, max-bold-expert, max-book-italic-caps, max-book-italic-caps-expert, max-book-italic, max-book-italic-expert, max-book-caps, max-book-caps-expert, max-book, max-book-expert, max-extrabold-italic-caps, max-extrabold-italic-caps-expert, max-extrabold-italic, max-extrabold-italic-expert, max-extrabold-caps, max-extrabold-caps-expert, max-extrabold, max-extrabold-expert, max-light-italic-caps, max-light-italic-caps-expert, max-light-italic, max-light-italic-expert, max-light-caps, max-light-caps-expert, max-light, max-light-expert, max-regular-italic-caps, max-regular-italic-caps-expert, max-regular-italic, max-regular-italic-expert, max-regular-caps, max-regular-caps-expert, max-regular, max-regular-expert, max-semibold-italic-caps, max-semibold-italic-caps-expert, max-semibold-italic, max-semibold-italic-expert, max-semibold-caps, max-semibold-caps-expert, max-semibold, max-semibold-expert, webfont, web, font |

## Links

- npm: https://www.npmjs.com/package/font-max
- Repository: https://github.com/orianda/font-max
- Homepage: https://github.com/orianda/font-max#readme
- Issues: https://github.com/orianda/font-max/issues
- npm.io page: https://npm.io/package/font-max

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2017-04-26

## README

# Max #

Max web font package with font files, less, scss, and CSS.  Why? Because Google's font CDN is slow and occasionally doesn't work.

## Use ##

1. Use Bower to install the max package
  ```sh
  bower install font-max --save
  ```

2. Import the max.less, max.scss or max.css file into your project
  ```css
  @import: "../some/path/font-max/css/max.css";
  ```
  ```less
  @import: "../some/path/font-max/less/max.less";
  ```
  ```scss
  @import: "../some/path/font-max/scss/max";
  ```
  
  If you just need the regular font without the expert one, then import just `common` packages
  ```css
  @import: "../some/path/font-max/css/max-common.css";
  ```
  ```less
  @import: "../some/path/font-max/less/max-common.less";
  ```
  ```scss
  @import: "../some/path/font-max/scss/max-common";
  ```

3. Override the Max font path if nessesary 
  ```less
  @max-font-path: '../font';
  ```
  ```scss
  max-font-path: '../font';
  ```
  
## Quelle ##

http://ufonts.com/search/max

## Development Info ##
* Homepage: https://github.com/orianda/font-max
* Repo: https://github.com/orianda/font-max

## Contributors ##
* [orianda](https://github.com/orianda)

## License ##

Software: Licenced under the MIT License (MIT)

  http://opensource.org/licenses/MIT

Fonts: Licensed under version 1.1 of the SIL Open Font License

  http://scripts.sil.org/OFL

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