MacNoCoder
more materials soon
1. Clear fonts
<style>
html{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
</style>
Go back