From 5f48c4b5b888e5b21b5765169cbb5d3cda137046 Mon Sep 17 00:00:00 2001 From: ThiloteE <73715071+ThiloteE@users.noreply.github.com> Date: Mon, 29 Jan 2024 22:58:03 +0100 Subject: [PATCH 1/2] 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 --- en/faq/windows.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/en/faq/windows.md b/en/faq/windows.md index c6b071d36..3e07c1c8f 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: + +``` +.text { +-fx-font-family: “Microsoft YaHei”; +} +``` From 939dbc8efd211200bb6e277cc1ed4702ee5702ff Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 1 Feb 2024 20:20:17 +0100 Subject: [PATCH 2/2] Update windows.md --- en/faq/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/faq/windows.md b/en/faq/windows.md index 3e07c1c8f..6f77e924c 100644 --- a/en/faq/windows.md +++ b/en/faq/windows.md @@ -30,7 +30,7 @@ A: On Windows, one finds the log files in `%APPDATA%\..\Local\org.jabref\jabref\ 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”; }