Changed font in example site

master
calintat 9 years ago
parent d8bce39aac
commit c4487a5397
  1. 2
      README.md
  2. 2
      exampleSite/config.toml

@ -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"
font = "Quicksand" # should match the name on Google Fonts!
font = "Raleway" # should match the name on Google Fonts!
highlight = true
highlightStyle = "solarized-dark"
highlightLanguages = ["go", "haskell", "kotlin", "scala", "swift"]

Loading…
Cancel
Save