Instructions
Necessary instructions are given below.
Font smoothing
To make the font smoothing we have added this code below in the project settings "Head Code" section.
<style>
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
</style>
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
</style>