feat(instances): Adds font antialiasing. closes #1418

This commit is contained in:
johnytiago 2018-05-17 14:47:13 +01:00 committed by Sérgio Ramos
parent 5c98a4cecb
commit d75ae0f14f
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ export default ({ theme }) => css`
padding: 0;
background: ${theme.background};
color: ${theme.text};
-webkit-font-smoothing: antialiased;
}
html,