feat(instances): Adds font antialiasing. closes #1418
This commit is contained in:
parent
5c98a4cecb
commit
d75ae0f14f
@ -26,6 +26,7 @@ export default ({ theme }) => css`
|
||||
padding: 0;
|
||||
background: ${theme.background};
|
||||
color: ${theme.text};
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
html,
|
||||
|
Loading…
Reference in New Issue
Block a user