> For the complete documentation index, see [llms.txt](https://docs.xz.style/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xz.style/fonts/mononoki.md).

# mononoki

## Installing

{% tabs %}
{% tab title="@import" %}
At the top of your primary CSS file, insert:

```css
@import url("https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/mononoki.min.css");
```

{% endtab %}

{% tab title="<link>" %}
At the bottom of your `<head>` tag, insert:

```markup
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/mononoki.min.css"> 
```

This tag needs to be inserted in all HTML documents in which you'd like to use the font.
{% endtab %}
{% endtabs %}

## Usage

To use this font in your CSS:

```css
font-family: 'mononoki', sans-serif;
```

## Styles

This font supports the following weights and styles:

* Normal (400)
* *Italic (400)*
* **Bold (700)**
* ***Bold Italic (700)***
