]> git.proxmox.com Git - proxmox-backup.git/commitdiff
docs: use OpenSans as main font
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 4 May 2020 08:48:09 +0000 (10:48 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 4 May 2020 08:48:09 +0000 (10:48 +0200)
Most people also read PDFs online ...

docs/conf.py

index cd0c613c3d2766170e994ad7cc6f5275ba20e8ba..dcc451240c74deb1c8595eb50d6d59fdecb5148e 100644 (file)
@@ -280,7 +280,7 @@ latex_elements = {
      'pointsize': '10pt',
 
     'fontpkg': r'''
-\setmainfont{XCharter}
+\setmainfont{Open Sans}
 \setsansfont{Lato}
 \setmonofont{DejaVu Sans Mono}
 ''',