mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-01-10 14:42:13 -05:00
Add font family to menu items
popovers need explicit font family set
This commit is contained in:
parent
6930da0644
commit
351b3bb6e7
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ $border-radius: 0.25rem;
|
|||
cursor: pointer;
|
||||
transition: 0.1s ease;
|
||||
align-items: center;
|
||||
font-family: "Helvetica Neue", Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.mod-disabled {
|
||||
|
|
Loading…
Reference in a new issue