<h1 align="center" style="text-align: center;">Beleren Bold</h1>
<p align="center">
  <a href="https://www.npmjs.org/package/@saeris/typeface-beleren-bold">
    <img src="https://img.shields.io/npm/v/@saeris/typeface-beleren-bold.svg?style=flat" alt="Package Version">
  </a>
</p>
<p align="center">CSS and web font files to easily self-host the Beleren Bold typeface.</p>

---

## 📦 Installation

```bash
npm install --save @saeris/typeface-beleren-bold
# or
yarn add @saeris/typeface-beleren-bold
```

## 🔧 Usage

To use this typeface, simply import it once in your application's entry point:

```javascript
import "@saeris/typeface-beleren-bold"
```

Or you can include it in your page's header via Unpkg:

```html
<link href="https://unpkg.com/@saeris/typeface-beleren-bold@latest/index.css" rel="stylesheet" type="text/css" />
```

## 📣 Acknowledgements

The fonts in this library have been extracted from Magic: The Gathering's official website, which is owned by [Wizards of the Coast](http://magicthegathering.com). This is not an official or authorized library! It is published for non-commercial use and comes with no support.

## 🥂 License

All fonts are copyright of [Wizards of the Coast](http://magicthegathering.com).

CSS released under the [MIT license](https://github.com/Saeris/typeface-beleren-bold/blob/master/LICENSE.md).
