Skip to content

Commit 291b4dc

Browse files
authored
chore(ui5-user-menu, ui5-shellbar): align font-familiy to VD spec (#11528)
1 parent 7a4f054 commit 291b4dc

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

packages/fiori/src/themes/ShellBar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ slot[name="profile"] {
123123
.ui5-shellbar-menu-button-title,
124124
.ui5-shellbar-title {
125125
display: inline-block;
126-
font-family: var(--sapFontSemiboldFamily);
126+
font-family: var(--sapFontSemiboldDuplexFamily);
127127
margin: 0;
128128
font-size: var(--_ui5_shellbar_menu_button_title_font_size);
129129
white-space: nowrap;

packages/fiori/src/themes/UserMenu.css

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
.ui5-user-menu-fixed-header [ui5-button] {
3434
margin-inline: 0.5rem;
35-
font-family: var(--sapFontSemiboldFamily);
35+
font-family: var(--sapFontSemiboldDuplexFamily);
3636
}
3737

3838
.ui5-user-menu-rp::part(content) {
@@ -78,18 +78,13 @@
7878
color: var(--sapContent_LabelColor)
7979
}
8080

81-
.ui5-user-menu-decline-btn {
82-
align-self: flex-end;
83-
font-family: var(--sapFontSemiboldFamily);
84-
}
85-
8681
.ui5-user-menu-manage-account-btn {
87-
font-family: var(--sapFontSemiboldFamily);
82+
font-family: var(--sapFontSemiboldDuplexFamily);
8883
}
8984

9085

9186
.ui5-user-menu-sign-out-btn {
92-
font-family: var(--sapFontSemiboldFamily);
87+
font-family: var(--sapFontSemiboldDuplexFamily);
9388
}
9489

9590
.ui5-user-menu-other-accounts {

0 commit comments

Comments
 (0)