Instructions
See all the recent changes to the template in this place.
Font smoothing
To make the font smoothing we have added this code below in the project settings "Head Code" section.
<style>
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
</style>