1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

disable google fonts

This commit is contained in:
Bastian Venthur
2024-07-06 15:20:10 +02:00
parent 6dd1eee238
commit 5922f70567
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
* added manpage
* added makefile target for generating blog's manpage
* added makefile target for serving blags docs locally
* mkdocs: disabled loading of google fonts, using locally installed system
fonts instead
* updated dependencies
## [2.3.0] -- 2024-04-24

View File

@@ -17,6 +17,8 @@ nav:
theme:
name: material
highlightjs: true
# disable google fonts, use system fonts
font: false
markdown_extensions:
- pymdownx.superfences