Merge pull request #2574 from kyleplo/patch-3

Fix font in add to studio modal
This commit is contained in:
Benjamin Wheeler 2019-01-03 13:16:47 -05:00 committed by GitHub
commit 35b55d7af0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,7 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-family: "Helvetica Neue";
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: .875rem;
font-weight: regular;
flex-shrink: 1;