diff options
Diffstat (limited to 'docs/src/reference/styling.md')
| -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" |
