Here is shorto video : https://limewire.com/d/3MCwD#EovZy4osX8
what you have to do in Template Options in:
- Custom Code tab (Header and Custom CSS)
- and Typography tab (turn off used fonts)
Use that in Custom CSS area
body, h1, h2, h3, h4, h5, li, p { font-family: "Anuphan", sans-serif;
font-optical-sizing: auto;
font-weight: 300;
font-style: normal;
}
If you need bold font for headers , use also that line after above:
h1, h2, h3, h4, h5, strong { font-family: "Anuphan", sans-serif; font-weight: 600;}