mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-11 23:24:32 +08:00
antialias text
This commit is contained in:
parent
79e1d18432
commit
e1535e6a3d
2 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ EmailFixingStyles = """
|
|||
margin: auto;
|
||||
max-width: 840px;
|
||||
overflow: hidden;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
@ -5,6 +5,7 @@ body {
|
|||
overflow: hidden;
|
||||
font-family: @font-family;
|
||||
font-size: @font-size;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
atom-workspace {
|
||||
|
|
Loading…
Add table
Reference in a new issue