mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
style: fix font family inconsistencies (#6501)
style: font fix for four components The browser default font was showing up in various locations. Fixed them to show the desired ui font.
This commit is contained in:
parent
1815cf3213
commit
1e9943323a
4 changed files with 7 additions and 0 deletions
|
@ -354,6 +354,7 @@
|
|||
border-radius: var(--space-factor);
|
||||
border: 1px solid var(--button-gray-2);
|
||||
font-size: 0.8rem;
|
||||
font-family: inherit;
|
||||
outline: none;
|
||||
appearance: none;
|
||||
background-image: var(--dropdown-icon);
|
||||
|
@ -413,6 +414,7 @@
|
|||
bottom: 30px;
|
||||
transform: translateX(-50%);
|
||||
pointer-events: all;
|
||||
font-family: inherit;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--button-hover-bg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue