From 8cc618e4b40a3d018949691e37d3ba68e33658a0 Mon Sep 17 00:00:00 2001 From: ThiloteE <73715071+ThiloteE@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:29:18 +0100 Subject: [PATCH] Add issue with chinese display font to FAQ (#480) * Add issue with chinese display font to FAQ Add issue with chinese display font in Windows 10 Enterprise to FAQ. See https://discourse.jabref.org/t/chinese-character/4167 * Update windows.md --------- Co-authored-by: Christoph --- en/faq/windows.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/en/faq/windows.md b/en/faq/windows.md index c6b071d36..6f77e924c 100644 --- a/en/faq/windows.md +++ b/en/faq/windows.md @@ -26,3 +26,12 @@ Start regedit and create the following key: `HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432 A: On Windows, one finds the log files in `%APPDATA%\..\Local\org.jabref\jabref\Logs\{version}`. `{version}` indicates the currently used JabRef version. +## Q: I have issues with the Chinese display language in Windows 10 Enterprise. What can I do? + +A: According to [source](https://discourse.jabref.org/t/chinese-character/4167), you may have to set the font manually by downloading the Base.css from Custom themes - JabRef. Then open the Base.css, and add the following text at the end of Base.css: + +```css +.text { +-fx-font-family: “Microsoft YaHei”; +} +```