Suggest updating the documentation to guide users to use system-installed fonts.
The documentation currently recommends using CJK fonts, but this support has been discontinued due to various issues.
We should update the docs to clarify that non-Latin scripts (e.g., CJK) should rely on system-native fonts, and users are encouraged to set their preferred fonts directly—for example:
plt.style.use(["science", "no-latex"])
plt.rcParams["font.family"] = ["Times New Roman", "SimSun"]