Dear ConTeXt users, I am trying to write a document (grammar notes) in English and Japanese and so far have used XeTeX (for Unicode support) with tikZ (for graphics) quite successfully. However, I wish to convert to (Xe)ConTeXt in order to have more control over the page design. At the moment I am stuck at trying to define English and Japanese fonts. In XeTeX I used \usepackage[BoldFont]{xeCJK} \setCJKmainfont{IPAMincho} \setCJKsansfont{IPAGothic} \setCJKmonofont{KanjiStrokeOrders} in order to set the three different Japanese fonts I am using. I haven't found any documentation on how to implement something equivalent in ConTeXt and would be most grateful if someone could outline how I would best go about converting my XeTeX document to ConTeXt.