Skip to content

Commit

Permalink
Merge pull request #1615 from Infomaniak/update-webview-default-font
Browse files Browse the repository at this point in the history
Update the default font to display emails to Helvetica and remove text/plain unique font
  • Loading branch information
JorisBodin authored Jan 3, 2024
2 parents 0d4a5c1 + a026941 commit d7c46a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/res/raw/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ html {
}

body {
font-family: 'Helvetica';
margin: 16px;
padding: 0;
width: auto !important;
Expand All @@ -25,3 +26,7 @@ blockquote blockquote blockquote blockquote {
a:link, a:visited, a:hover, a:active {
color: var(--kmail-primary-color);
}

pre {
font-family: 'Helvetica';
}

0 comments on commit d7c46a4

Please sign in to comment.