Skip to content

Commit

Permalink
fix(UI): Display the font-family correctly in some cases (#7266)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Sep 9, 2024
1 parent 217d7f1 commit 7339ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ui/less/overflow_menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@

/* The buttons inside the menu. */
button {
font-family: Roboto, sans-serif, TengwarTelcontar;
font-size: 14px;
background: transparent;
color: black;
Expand Down
2 changes: 1 addition & 1 deletion ui/less/tooltip.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
content: attr(aria-label);

/* Override .material-icons-round text styling */
font-family: Roboto, sans-serif;
font-family: Roboto, sans-serif, TengwarTelcontar;
line-height: calc(@material-icons-width / 2);
white-space: nowrap;
font-size: 13px;
Expand Down

0 comments on commit 7339ed5

Please sign in to comment.