diff --git a/packages/cxl-lumo-styles/scss/typography.scss b/packages/cxl-lumo-styles/scss/typography.scss index 5d9df4403..9ad0283ba 100644 --- a/packages/cxl-lumo-styles/scss/typography.scss +++ b/packages/cxl-lumo-styles/scss/typography.scss @@ -110,6 +110,13 @@ p { .entry-content & { font-family: var(--cxl-lumo-font-secondary); } + + /** + * Improve readability. + * + * @since 2024.07.09 + */ + --lumo-font-size: var(--lumo-font-size-l); } blockquote {