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
- Host: GitHub
- URL: https://github.com/abdus/fonts
- Owner: abdus
- Created: 2020-06-25T07:35:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T09:28:04.000Z (about 3 years ago)
- Last Synced: 2025-01-30T10:15:30.989Z (4 months ago)
- Topics: cdn, font-files, fonts, webfonts
- Language: CSS
- Homepage:
- Size: 1.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fonts
[](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;
}
```