Skip to content

Commit 62bf8f4

Browse files
authored
docs(basics): update fontSize (#302)
1 parent 69435d3 commit 62bf8f4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

exampleSite/content/posts/theme-documentation-basics.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -227,15 +227,6 @@ Set the avatar's size as: `size-xs`, `size-s`, `size-m`, `size-l`, or `size-xl`.
227227
avatarSize = "size-m"
228228
```
229229

230-
### Font size
231-
232-
Set the main font-size for the content. Default is `17.5px`.
233-
234-
```toml
235-
[params]
236-
fontSize = "20px"
237-
```
238-
239230
### Custom Head HTML
240231

241232
Add arbitrary HTML code to the [`<head>` element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/head).
@@ -304,6 +295,15 @@ Place favicons into the `static/` directory. The following files are supported:
304295

305296
Favicons can be generated using services such as [favicon.io](https://favicon.io), or [realfavicongenerator.net](https://realfavicongenerator.net/).
306297

298+
### Font size
299+
300+
Set the content [`font-size`](https://developer.mozilla.org/en-US/docs/Web/CSS/font-size).
301+
302+
```toml
303+
[params]
304+
fontSize = "17.5px"
305+
```
306+
307307
### Footer
308308

309309
Text to display in the footer section, typically the name of the author or project.

0 commit comments

Comments
 (0)