---
id: 5f3ef6e05473f91f948724ab
title: Part 59
challengeType: 0
---
## Description
You can change the `font-family` of text, to make it look different the the default font of your browser. Each browser has some common fonts available to it.
Change all the text in your `body`, by adding a `font-family` property with the value `sans-serif`. This is a fairly common font that is very readable.
## Tests
```yml
tests:
- text: Test 1
testString: ''
```
## Challenge Seed