On Sun, 26 Dec 2021 21:21:10 +4000
jdh via ntg-context <ntg-context@ntg.nl> wrote:

> \starttext
>    I want to use the Mathjax_Fraktur font, which the font-manager on
> Ubuntu reports that it has. 
>    {\switchtobodyfont[Mathjax_Fraktur] .. but, this text doesn't show
> up in Mathjax_Fraktur.}
> 
> \stoptext

Try:

export OSFONTDIR=/usr/share/fonts
mtxrun --script fonts --reload

\definefontfamily [mainface] [serif] [Mathjax_Fraktur]
\setupbodyfont [mainface]

\starttext
  \samplefile{knuth}
\stoptext

Marco
___________________________________________________________________________________
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