Skip to content

Commit

Permalink
💄 fix #9412
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Oct 14, 2023
1 parent f2075fa commit a20ffeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/assets/scss/component/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
kbd,
span[data-type~="kbd"] {
padding: 2px 4px;
font: 75% Consolas, "Liberation Mono", Menlo, Courier, monospace;
font: 75% Consolas, "Liberation Mono", Menlo, Courier, monospace, var(--b3-font-family);
line-height: 1;
color: var(--b3-theme-on-surface);
vertical-align: middle;
Expand Down

0 comments on commit a20ffeb

Please sign in to comment.