Change docs preferred monospace font to Inconsolata
PiperOrigin-RevId: 521425957 Change-Id: Ie3014b924fbf711ce643f1e555aa723b85383023
This commit is contained in:
committed by
Copybara-Service
parent
4ce00f7e2d
commit
ebb150fa3d
+2
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user