Merge pull request #679 from shikhar-scs/master

changed font to sans sherif: Solves #676
This commit is contained in:
Danny Coates 2018-01-08 09:45:21 -08:00 committed by GitHub
commit 3d48ea71b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -725,7 +725,7 @@ tbody {
cursor: pointer;
border: 0;
box-shadow: 0 5px 3px rgb(234, 234, 234);
font-family: 'Fira Sans';
font-family: 'Fira Sans', 'segoe ui', sans-serif;
font-weight: 500;
color: #fff;
font-size: 26px;
@ -742,7 +742,7 @@ tbody {
}
.unsupported-button-text > span {
font-family: 'Fira Sans';
font-family: 'Fira Sans', 'segoe ui', sans-serif;
font-weight: 300;
font-size: 18px;
letter-spacing: -0.69px;