From a20509b54e3db1641e7e580957dfad317816a607 Mon Sep 17 00:00:00 2001 From: Denitsa Manova Date: Fri, 20 Sep 2024 18:46:34 +0300 Subject: [PATCH] chore: update font-family to inherit --- examples-standalone/coffee-warehouse/src/styles/_common.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples-standalone/coffee-warehouse/src/styles/_common.scss b/examples-standalone/coffee-warehouse/src/styles/_common.scss index d0323c1f..790fd451 100644 --- a/examples-standalone/coffee-warehouse/src/styles/_common.scss +++ b/examples-standalone/coffee-warehouse/src/styles/_common.scss @@ -14,6 +14,7 @@ body{ p { color: var(--kendo-color-on-app-surface); + font-family: var(--kendo-font-family, inherit); } a { @@ -406,6 +407,7 @@ a { .k-form .k-label { text-align: right; + font-family: var(--kendo-font-family, inherit); } .k-form-field:first-of-type .k-form-field-wrap { @@ -462,7 +464,7 @@ a { h2, h3 { - font-family: Metric, Helvetica, Arial, sans-serif; + font-family: var(--kendo-font-family, inherit); margin-top: 3rem; } .component-link { @@ -488,6 +490,7 @@ a { p, a, li { font-size: var(--kendo-font-size, inherit); line-height: var(--kendo-line-height); + font-family: var(--kendo-font-family, inherit); } .content {