mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Fix font in add to studio modal
This commit is contained in:
parent
3931f867a6
commit
c7f3ac00e9
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-family: "Helvetica Neue";
|
||||
font-family: "Helvetica Neue", sans-serif;
|
||||
font-size: .875rem;
|
||||
font-weight: regular;
|
||||
flex-shrink: 1;
|
||||
|
|
Loading…
Reference in a new issue