@ -53,7 +53,7 @@ The theme uses [Google Fonts](https://fonts.google.com) to load its font. To cha
```toml
[params]
font = "Quicksand" # should match the name on Google Fonts!
font = "Raleway" # should match the name on Google Fonts!
```
### Syntax highlighting
@ -10,7 +10,7 @@ theme = "minimal"
accent = "red"
showBorder = true
backgroundColor = "white"
highlight = true
highlightStyle = "solarized-dark"
highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]