Hi Hans,

Indeed with your solution, that is saying

\definefallbackfamily[mainface][serif][texgyrepagella]
\definefontfamily[mainface][sans][texgyrepagella]
\setupbodyfont[mainface]

or more simply saying

\setupbodyfont[palatino,12pt]

there is no problem. It seems that the issue comes from the use of

\definefontfamily[mainface][sans][palatino]

in the example I sent.
So I am going to use your way of defining the fontfamily.

Thanks again and best regards: OK


> \starttext
> 
> Why is the text in bold italic?
> 
> \stoptext
> On 18 Nov 2016, at 23:08, Hans Hagen <pra...@wxs.nl> wrote:
> 
> On 11/18/2016 10:50 PM, Otared Kavian wrote:
>> Hi Hans,
>> 
>> Thanks for the quick fix.
>> Indeed the spurious character does not show up anymore, but in the minimal 
>> example below the default body font seems to be set to bold italic, please 
>> see the attached PDF (I did not observe this in my real documents, but 
>> curiously it shows up in this minimal example): it may be that I am using a 
>> wrong font definition here.
>> The version of ConTeXt is  2016.11.18 22:20 MKIV beta  fmt: 2016.11.18.
>> 
>> %%%% begin bug-beta.tex
>> \definefallbackfamily[mainface][serif][palatino]
>> \definefontfamily[mainface][sans][palatino]
>> \setupbodyfont[mainface]
>> 
>> \starttext
>> 
>> Why is the text in bold italic?
>> 
>> \stoptext
> 
> I don't know,
> 
> \definefallbackfamily[mainface][serif][texgyrepagella]
> \definefontfamily[mainface][sans][texgyrepagella]
> \setupbodyfont[mainface]
> 
> \starttext
> 
> Why is the text in bold italic?
> 
> \stoptext
> 
> works ok here so you need to check what palatino gets selected (maybe you 
> need to be more specific)
> 
> 
> 
> -----------------------------------------------------------------
>                                          Hans Hagen | PRAGMA ADE
>              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -----------------------------------------------------------------
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to