diff options
| author | J08nY | 2024-06-17 15:18:28 +0200 |
|---|---|---|
| committer | J08nY | 2024-06-17 15:18:28 +0200 |
| commit | 2e9b227ba65a8de32bcc2fa6b5a222b33b8ff200 (patch) | |
| tree | 960335e1ff290f110e78fd02034db2623928629d /docs/conf.py | |
| parent | 0baf98920148b8a3bee67c62011be882ec24785f (diff) | |
| download | pyecsca-2e9b227ba65a8de32bcc2fa6b5a222b33b8ff200.tar.gz pyecsca-2e9b227ba65a8de32bcc2fa6b5a222b33b8ff200.tar.zst pyecsca-2e9b227ba65a8de32bcc2fa6b5a222b33b8ff200.zip | |
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/conf.py b/docs/conf.py index e961141..be7e55e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -97,9 +97,10 @@ html_theme_options = { 'logo_name': True, 'logo_text_align': 'center', 'fixed_sidebar': True, - 'caption_font_family': 'Graphik Web, Helvetica Neue, sans-serif', - 'head_font_family': 'Graphik Web, Helvetica Neue, sans-serif', - 'font_family': "Helvetica Neue, sans-serif" + 'code_font_family': "'IBM Plex Mono', 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace", + 'caption_font_family': "'IBM Plex Sans', 'Helvetica Neue', sans-serif", + 'head_font_family': "'IBM Plex Sans', 'Helvetica Neue', sans-serif", + 'font_family': "'IBM Plex Sans', 'Helvetica Neue', sans-serif" } # Add any paths that contain custom static files (such as style sheets) here, @@ -111,8 +112,8 @@ html_favicon = "_static/logo_black.png" html_css_files = [ 'custom.css', - 'graphik.css', - 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css' + 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css', + 'https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap' ] # Custom sidebar templates, must be a dictionary that maps document names |
