diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-02-25 19:14:08 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-02-25 20:04:30 +0100 |
| commit | 7597b997890647aa0546ec7bfef1eae4e33cedcb (patch) | |
| tree | 286f2f30fe4814d1b5171ed166c9f162b152ce93 /docs/src/reference | |
| parent | 49940fde7398a642f88c444700d482436266909d (diff) | |
New default style
Diffstat (limited to 'docs/src/reference')
| -rw-r--r-- | docs/src/reference/styling.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/src/reference/styling.md b/docs/src/reference/styling.md index 8e3937b4..a8e38b4f 100644 --- a/docs/src/reference/styling.md +++ b/docs/src/reference/styling.md @@ -20,7 +20,7 @@ settable parameters. In the example below, we use two set rules to change the [heading numbering]($func/heading.numbering) style. ```example -#set text("Latin Modern Roman") +#set text("New Computer Modern") #set heading(numbering: "I.") = Introduction @@ -131,7 +131,6 @@ to: See the documentation of the [`label` function]($func/label) for more details. ```example -#set text("Noto Serif") #show "Project": smallcaps #show "badly": "great" |
