[css] Use Iosevka for nextcloud

This commit is contained in:
Sebastian Schulze 2022-10-20 10:56:04 +02:00
parent aca2a1c7eb
commit f267f3ec11
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ body.channel-view * {
font-family: "Iosevka Aile" !important;
}
html.ng-csp body#body-user.theme--light * {
font-family: "Iosevka Aile" !important;
}
/* Todoist could use a proper font as well */
html.theme_todoist body * {
font-family: "Iosevka Aile" !important;