Use Noto Sans font

Copied from 6c8bd06308/public/webfonts/NotoSans
This commit is contained in:
oobabooga 2023-09-13 13:29:00 -07:00
parent 19548482f1
commit 9f199c7a4c
44 changed files with 179 additions and 12 deletions

View file

@ -3,8 +3,8 @@
grid-template-columns: 60px minmax(0, 1fr);
padding-bottom: 25px;
font-size: 15px;
font-family: Helvetica, Arial, sans-serif;
line-height: 1.3333;
font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
line-height: 23px !important;
}
.circle-you {
@ -46,7 +46,7 @@
.message-body p {
margin-bottom: 0 !important;
font-size: 15px !important;
line-height: 1.3333 !important;
line-height: 23px !important;
}
.dark .message-body p em {