mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation
This commit is contained in:
parent
dc1d6786a4
commit
37bd327763
@ -100,7 +100,7 @@ globally to be used as the site-wide regular or monospaced font:
|
||||
|
||||
``` css
|
||||
:root {
|
||||
--md-text-font-family: "<font>"; /* (1)! */
|
||||
--md-text-font: "<font>"; /* (1)! */
|
||||
}
|
||||
```
|
||||
|
||||
@ -111,7 +111,7 @@ globally to be used as the site-wide regular or monospaced font:
|
||||
|
||||
``` css
|
||||
:root {
|
||||
--md-code-font-family: "<font>";
|
||||
--md-code-font: "<font>";
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user