From fa1363f3d719f6a9be0301e7575d26ae10ff68ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kopoci=C5=84ski?= Date: Mon, 4 Dec 2023 10:59:30 +0100 Subject: [PATCH] fix(cxl-lumo-styles): limit secondary font style in p to .entry-content --- packages/cxl-lumo-styles/scss/typography.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/cxl-lumo-styles/scss/typography.scss b/packages/cxl-lumo-styles/scss/typography.scss index f53abf6a..98b353d6 100644 --- a/packages/cxl-lumo-styles/scss/typography.scss +++ b/packages/cxl-lumo-styles/scss/typography.scss @@ -143,7 +143,6 @@ h6 { } p { - font-family: var(--cxl-lumo-font-secondary); .entry-content & { font-family: var(--cxl-lumo-font-secondary); }