mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-11-09 16:01:42 +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;
|
margin: auto;
|
||||||
max-width: 840px;
|
max-width: 840px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-family: @font-family;
|
font-family: @font-family;
|
||||||
font-size: @font-size;
|
font-size: @font-size;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
atom-workspace {
|
atom-workspace {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue