Skip to content

Commit

Permalink
Fix how to for changing font size
Browse files Browse the repository at this point in the history
  • Loading branch information
sissbruecker authored Oct 24, 2024
1 parent 4626fa1 commit c314940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can also check the [Community section](/community) for other pre-made shortc
The font size can be adjusted globally by adding the following CSS to the custom CSS field in the settings:

```css
html {
:root {
--font-size: 0.75rem;
--font-size-sm: 0.7rem;
--font-size-lg: 0.9rem;
Expand Down

0 comments on commit c314940

Please sign in to comment.