mirror of
https://github.com/redmine/redmine.git
synced 2026-02-19 04:58:06 +01:00
Remove Verdana and Trebuchet MS fonts in email notifications (#41321).
This change ensures consistency with the new default theme, which no longer uses these fonts. git-svn-id: https://svn.redmine.org/redmine/trunk@23137 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
font-family: Verdana, sans-serif;
|
||||
font-family: sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.4em;
|
||||
color: #222;
|
||||
}
|
||||
h1, h2, h3 { font-family: "Trebuchet MS", Verdana, sans-serif; margin: 0px; }
|
||||
h1, h2, h3 { font-family: sans-serif; margin: 0px; }
|
||||
h1 { font-size: 1.3em; line-height: 1.4em;}
|
||||
h2, h3 { font-size: 1.1em; }
|
||||
a, a:link, a:visited { color: #169;}
|
||||
|
||||
Reference in New Issue
Block a user