mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Turn off font ligatures in code in documentation
This commit is contained in:
3
docs/source/_static/css/code-no-font-ligatures.css
Normal file
3
docs/source/_static/css/code-no-font-ligatures.css
Normal file
@@ -0,0 +1,3 @@
|
||||
code {
|
||||
font-variant-ligatures: none;
|
||||
}
|
||||
@@ -21,6 +21,7 @@ extensions = [
|
||||
templates_path = ['_templates']
|
||||
html_theme = 'sphinxawesome_theme'
|
||||
html_static_path = ['_static']
|
||||
html_css_files = ['css/code-no-font-ligatures.css']
|
||||
html_title = project
|
||||
html_permalinks_icon = Icons.permalinks_icon
|
||||
theme_options = ThemeOptions(
|
||||
|
||||
Reference in New Issue
Block a user