The default tk built shipped with conda does not have freetype support.

Workaround

The workaround proposed in this Github issue is:

conda install -c conda-forge tk=*=xft_*

Note: in zsh the * need to be escaped