July 12, 2017 at 16:53
#167164
Moderator
Hi,
All seems good excepting the CSS Rule
COPY CODE
body,a,b,h1,h2,h3,h4,h5,h5 { font-family : XMYekan !important; }
The font family has a space between XM and Yekan so try like this
COPY CODE
body,a,b,h1,h2,h3,h4,h5,h5 { font-family : XM Yekan !important; }
OR
COPY CODE
body,a,b,h1,h2,h3,h4,h5,h5 { font-family : XMYekanRegular !important; }

Cheers
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution