# Introduction

## Font model

### Example

```json
{
  "id": 1,
  "name": "Arial",
  "family": "'Arial', sans",
  "css": "@font-face {font-family: 'Arial';font-style: normal;font-weight: 400 }",
  "global": false,
  "enabled": true,
  "created_at": "2022-01-10T09:21:29.296Z",
  "updated_at": "2022-01-10T09:21:29.296Z"
}
```

### Definition

Key | Type     | Description
--------- |----------| ---------
id | integer  | (readonly)
name | string   |
family | string   | 
css | string   | Font-face CSS definition
global | boolean        | (readonly) Is the font global or owned by customer?
enabled | boolean  | (readonly) Is the font enabled for the customer?   
created_at | datetime | (readonly) Time of creation
updated_at | datetime | (readonly) Time of last update