Hi,
I want to know how I can add and show some font replacement option on Theme Option> Style>font?
Now I add this to header.php to using NanumGothicWeb font similar like google font API font
<link href="http://api.mobilis.co.kr/webfonts/css/?fontface=NanumGothicWeb" rel="stylesheet" type="text/css" />
And add child theme style.css this;
body { font-family: NanumGothicWeb, Arial,"Helvetica Neue",Helvetica,sans-serif; }
So body font is applied NanumGothicWeb however, h1,h2,h3 etc are still effected from Theme option> Style>font.
That why I want to add NanumGothicWeb font to the font option.
Please, let me know how I can add or change.
Thank you
Dennis