# FontStyle

## Content

# Type Alias: FontStyle

```ts
type FontStyle = "Default" | "Normal" | "Italic" | `=${string}`;
```
