1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 07:30:12 +01:00

Call code font "monospace" instead of "proportional"

Implements the conclusion reached in #2309.
This commit is contained in:
Davor Cubranic 2021-02-19 05:57:40 -08:00 committed by GitHub
parent 0d6d742414
commit 305c5e810f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ or another destination should be used.
:octicons-milestone-24: Default: [`Roboto`][3]
The _regular font_ is used for all body copy, headlines, and essentially
everything that does not need to be proportionally spaced. It can be set to any
everything that does not need to be monospaced. It can be set to any
valid [Google Font][1] with:
``` yaml
@ -33,12 +33,12 @@ The typeface will be loaded in 300, 400, _400i_ and __700__.
[2]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html
[3]: https://fonts.google.com/specimen/Roboto
### Proportional font
### Monospaced font
[:octicons-file-code-24: Source][2] ·
:octicons-milestone-24: Default: [`Roboto Mono`][4]
The _proportional font_ is used for code blocks and can be configured separately.
The _monospaced font_ is used for code blocks and can be configured separately.
Just like the regular font, it can be set to any valid [Google Font][1] via
`mkdocs.yml` with:
@ -88,7 +88,7 @@ corresponding `@font-face` definition:
```
The font can then be applied to specific elements, e.g. only headlines, or
globally to be used as the site-wide regular or proportional font:
globally to be used as the site-wide regular or monospaced font:
=== "Regular font"
@ -98,7 +98,7 @@ globally to be used as the site-wide regular or proportional font:
}
```
=== "Proportional font"
=== "Monospaced font"
``` css
pre, code, kbd {