We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 971836a commit 83ef91bCopy full SHA for 83ef91b
3 files changed
example/src/styles/_basis.scss
@@ -4,8 +4,9 @@
4
body {
5
margin: 0;
6
padding: 0;
7
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
8
- 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
+ font-family:
+ -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
9
+ 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
10
-webkit-font-smoothing: antialiased;
11
-moz-osx-font-smoothing: grayscale;
12
}
0 commit comments