# Fira Code

## 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/fira-code.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/fira-code.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: 'Fira Code', sans-serif;
```

## Styles

This font supports the following weights and styles:

* Light (300)
* Normal (400)
* Medium (500)
* **Bold (700)**
