summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/tutorial/3-advanced.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorial/3-advanced.md b/docs/tutorial/3-advanced.md
index 57b3dc0d..f176a363 100644
--- a/docs/tutorial/3-advanced.md
+++ b/docs/tutorial/3-advanced.md
@@ -338,7 +338,7 @@ a way to set any of that, we need to write our own heading show rule.
>>> )
#show heading: it => [
#set align(center)
- #set text(12pt, weight: "regular")
+ #set text(13pt, weight: "regular")
#block(smallcaps(it.body))
]
@@ -417,7 +417,7 @@ differentiate between section and subsection headings:
level: 1
): it => block(width: 100%)[
#set align(center)
- #set text(12pt, weight: "regular")
+ #set text(13pt, weight: "regular")
#smallcaps(it.body)
]