Skip to content

Commit 62c4c20

Browse files
fix(ui5-title): use correct font-family for Horizon Themes (#5457)
SAPUI5 is using the bold font family for rendering Titles in the Horizon Themes. I think it would be better to use the sapFontHeaderFamily variable. Compare to: https://ui5.sap.com/#/entity/sap.m.Title/sample/sap.m.sample.TitleWrapping
1 parent 4e1310f commit 62c4c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/themes/Title.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
max-width: 100%;
88
color: var(--sapGroup_TitleTextColor);
99
font-size: var(--sapFontHeader2Size);
10-
font-family: "72override", var(--sapFontFamily);
10+
font-family: "72override", var(--sapFontHeaderFamily);
1111
text-shadow: var(--sapContent_TextShadow);
1212
}
1313

0 commit comments

Comments
 (0)