Remove helvetica font in favor of Roboto

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-09 14:42:45 -07:00
parent 7ce3b950f5
commit 9ead5c76ce
2 changed files with 2 additions and 4 deletions

View file

@ -717,10 +717,9 @@ li.entry .error-icon-container {
} }
.text { .text {
font-family: "Helvetica Neue";
font-size: 12px; font-size: 12px;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: .045em; letter-spacing: .06em;
background-color: white; background-color: white;
border-radius: 1.5em; border-radius: 1.5em;
padding: 10px 21px 9px 21px; padding: 10px 21px 9px 21px;

View file

@ -1517,10 +1517,9 @@ li.entry .error-icon-container {
border-bottom: 1px solid rgba(0, 0, 0, 0.055); border-bottom: 1px solid rgba(0, 0, 0, 0.055);
background-color: rgba(0, 0, 0, 0.05); } background-color: rgba(0, 0, 0, 0.05); }
.message-list .last-seen-indicator-view .text { .message-list .last-seen-indicator-view .text {
font-family: "Helvetica Neue";
font-size: 12px; font-size: 12px;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: .045em; letter-spacing: .06em;
background-color: white; background-color: white;
border-radius: 1.5em; border-radius: 1.5em;
padding: 10px 21px 9px 21px; } padding: 10px 21px 9px 21px; }