An open API service indexing awesome lists of open source software.

https://github.com/abdus/fonts

Font Files
https://github.com/abdus/fonts

cdn font-files fonts webfonts

Last synced: about 2 months ago
JSON representation

Font Files

Awesome Lists containing this project

README

        

# Fonts

[![](https://data.jsdelivr.com/v1/package/gh/abdus/fonts/badge?style=rounded)](https://www.jsdelivr.com/package/gh/abdus/fonts)

A repository containing font files along with appropriate CSS files for easily including it in any web-based projects through
[jsDelivr](https://jsdelivr.com) CDN. All fonts which are listed here, does have a permissible license for public and personal use.

## Usage

```html

```

```css
body {
font-family: 'Charter';
}
```

## Available Fonts

#### Charter

```html

```

```css
body {
font-family: "Charter", sans-serif;
}
```

#### Dosis

```html

```

```css
body {
font-family: "Dosis", sans-serif;
}
```

#### Titillium

```html

```

```css
body {
font-family: "Titillium", sans-serif;
}
```

#### BebasNeue

```html

```

```css
body {
font-family: "BebasNeue", sans-serif;
}
```

#### This Sucks

```html

```

```css
body {
font-family: "This Sucks", sans-serif;
}
```

#### Mosk

```html

```

```css
body {
font-family: "Mosk", sans-serif;
}
```

#### ProductSans

```html

```

```css
body {
font-family: "ProductSans", sans-serif;
}
```