Skip to content

Commit ac0fbd1

Browse files
committed
css: Increase font size of h4, h5, h6
Headings should always be equal or bigger than normal text (16px).
1 parent f9c7648 commit ac0fbd1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
--ifm-font-family-base: "Inter Variable", sans-serif;
1919
--ifm-font-family-monospace: "Roboto Mono", monospace;
2020
--ifm-font-weight-bold: 640;
21+
--ifm-h4-font-size: 20px;
22+
--ifm-h5-font-size: 18px;
23+
--ifm-h6-font-size: 16px;
2124
--ifm-global-radius: 0;
2225
--ifm-alert-border-width: 5px;
2326
--docusaurus-highlighted-code-line-bg: #e8e8ff;

0 commit comments

Comments
 (0)