12 lines
259 B
Markdown
12 lines
259 B
Markdown
|
Some notes from reviewing other peoples solutions:
|
||
|
|
||
|
```
|
||
|
text-rendering: optimizeLegibility;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
-webkit-text-size-adjust: 100%;
|
||
|
```
|
||
|
|
||
|
Better responsiveness.
|
||
|
|
||
|
Add focus for keyboard users.
|