mirror of https://github.com/lxndrblz/anatole.git

Christian Bromann
29.19.2021 8d51b8ba619af4504ad40386f6b452e50ec8a39b
README.md
@@ -28,6 +28,7 @@
- Open Graph support
- MIT License
- Fontawesome 5.15.1 icons
- Google Fonts support
- Custom CSS (optional)
- Custom JavaScript (optional)
- Medium like zoom for images
@@ -368,6 +369,18 @@
Replace the hash with the one Google provided you.
### Google Fonts
You can enable any [Google Font](https://fonts.google.com/) by selecting a font on the Google Font website and adding the `family` parameter of the font url to the `googleFonts` option in `[params]`, e.g.:
```toml
[params]
googleFonts = [
  "Indie+Flower",
  "Roboto:ital,wght@0,100;0,400;0,700;1,400"
]
```
### Beautiful math functions
```toml