Remove helvetica font in favor of Roboto
FREEBIE
This commit is contained in:
parent
7ce3b950f5
commit
9ead5c76ce
2 changed files with 2 additions and 4 deletions
|
@ -717,10 +717,9 @@ li.entry .error-icon-container {
|
|||
}
|
||||
|
||||
.text {
|
||||
font-family: "Helvetica Neue";
|
||||
font-size: 12px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .045em;
|
||||
letter-spacing: .06em;
|
||||
background-color: white;
|
||||
border-radius: 1.5em;
|
||||
padding: 10px 21px 9px 21px;
|
||||
|
|
|
@ -1517,10 +1517,9 @@ li.entry .error-icon-container {
|
|||
border-bottom: 1px solid rgba(0, 0, 0, 0.055);
|
||||
background-color: rgba(0, 0, 0, 0.05); }
|
||||
.message-list .last-seen-indicator-view .text {
|
||||
font-family: "Helvetica Neue";
|
||||
font-size: 12px;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: .045em;
|
||||
letter-spacing: .06em;
|
||||
background-color: white;
|
||||
border-radius: 1.5em;
|
||||
padding: 10px 21px 9px 21px; }
|
||||
|
|
Loading…
Reference in a new issue