---
id: 5f3ef6e0e9629bad967cd71e
title: Part 62
challengeType: 0
---
## Description
You can add a fallback value for the font-family by adding another font name separated by a comma. This second font would be used in case the browser does not have the font built-in to it.
Add the fallback font `serif` after the `Impact` font.
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed