I would like to change font for the chess symbols, but it doesn't work.
I have tried to copy the code on the documentation of chessfss but with doesn't work.
Can you help me, please? Herewith, my minimal example. (In the document where this is going to be used I use XeLaTeX).
% !TEX TS-program = XeLaTeX
\documentclass{article}
\usepackage{chessfss}
\begin{document}
\setfigfontfamily{maya}
\setboardfontsize{20pt}
\boardfont
KkQkRrBbNnPp
\end{document}
