Skip to content

Commit

Permalink
web-ui: Update font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
adinael committed Oct 3, 2019
1 parent b51a7f5 commit 6910ab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web-ui/src/app/components/finder/finder.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@
::-webkit-input-placeholder {
/* Edge */
opacity: 0.8;
font-family: InterUI-Regular;
font-family: helvetica neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #141829;
}

:-ms-input-placeholder {
/* Internet Explorer */
opacity: 0.8;
font-family: InterUI-Regular;
font-family: helvetica neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #141829;
}

::placeholder {
opacity: 0.8;
font-family: InterUI-Regular;
font-family: helvetica neue, Helvetica, Arial, sans-serif;
font-size: 12px;
color: #141829;
}
Expand Down

0 comments on commit 6910ab0

Please sign in to comment.