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>
Instruction Title
- Click the Home Hero Text With Color component
- Click ⚙ icon top-right
- Update the words (#1, #2,...)
Enjoy :)