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