mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Merge pull request #2574 from kyleplo/patch-3
Fix font in add to studio modal
This commit is contained in:
commit
35b55d7af0
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-family: "Helvetica Neue";
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
font-size: .875rem;
|
font-size: .875rem;
|
||||||
font-weight: regular;
|
font-weight: regular;
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
|
|
Loading…
Reference in a new issue