Fix font in add to studio modal

This commit is contained in:
kyleplo 2019-01-03 08:30:46 -05:00 committed by GitHub
parent 3931f867a6
commit c7f3ac00e9
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", sans-serif;
font-size: .875rem;
font-weight: regular;
flex-shrink: 1;