docs: update notice for removed font #83

This commit is contained in:
Sören Weber 2021-11-03 21:51:25 +01:00
parent f3c067bf9b
commit 147b97fac0
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -16,6 +16,8 @@ This document shows you what's new in the latest release. For a detailed list of
## 2.8.0
- **Change**: Although never officially documented, this release removes the font `Novacento`/`Novecento` from the release. If you use it in an overwritten CSS please replace it with `Work Sans`. This change was necessary as Novacento did not provide all Latin special characters and lead to mixed styled character text eg. for czech.
- **New**: The theme now supports favicons served from `static/images/` named as `favicon` or `logo` in SVG, PNG or ICO format [out of the box]({{% relref "basics/customization/#change-the-favicon" %}}). An overridden partial `layouts/partials/favicon.html` may not be necessary anymore in most cases.
- **New**: You can hide the table of contents menu for the whole site by setting the `disableToc` option in your `config.toml`. For an example see [the example configuration]({{%relref "basics/configuration/#global-site-parameters" %}}).