Skip to content

Commit 64c7262

Browse files
committed
feat(ui): set <kbd> font to 'Lato'
1 parent 707a209 commit 64c7262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sass/addon/commons.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ blockquote {
124124
}
125125

126126
kbd {
127-
font-family: inherit;
127+
font-family: Lato, sans-serif;
128128
display: inline-block;
129129
vertical-align: middle;
130130
line-height: 1.3rem;

0 commit comments

Comments
 (0)