Skip to content

Commit

Permalink
chore: update font-family to inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
dmanova committed Sep 20, 2024
1 parent 365b9cf commit a20509b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples-standalone/coffee-warehouse/src/styles/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ body{

p {
color: var(--kendo-color-on-app-surface);
font-family: var(--kendo-font-family, inherit);
}

a {
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand All @@ -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 {
Expand Down

0 comments on commit a20509b

Please sign in to comment.