Try adding fontweight: normal. It did the trick for me.
> @font-face {
> src:url("font/GOTHICB.ttf");
> fontFamily: myFont1;
> fontWeight: normal;
> embedAsCFF: true;
> }Sent from my iPhone On May 19, 2014, at 10:06 AM, OmPrakash Muppirala <[email protected]> wrote: >> @font-face { >> src:url("font/GOTHICB.ttf"); >> fontFamily: myFont1; >> fontWeight: bold; >> embedAsCFF: true; >> }
