Change docs preferred monospace font to Inconsolata

PiperOrigin-RevId: 521425957
Change-Id: Ie3014b924fbf711ce643f1e555aa723b85383023
This commit is contained in:
Yuval Tassa
2023-04-03 04:52:57 -07:00
committed by Copybara-Service
parent 4ce00f7e2d
commit ebb150fa3d
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -101,8 +101,10 @@ SHARED_CSS_VARIABLES = {
'sidebar-item-font-size': '115%',
}
# font-stack--monospace used in code blocks, Inconsolata fits in 100 chars.
html_theme_options = {
'light_css_variables': {
'font-stack--monospace': 'Inconsolata,Consolas,ui-monospace,monospace',
'at-color': '#bc103e',
'at-val-color': '#bc103e',
'body-color': '#14234b',
@@ -144,7 +146,6 @@ pygments_dark_style = 'monokai'
html_static_path = [
'_static',
'css',
'favicons',
]
html_css_files = [
'theme_overrides.css',