Skip to content

Commit

Permalink
Add issue with chinese display font to FAQ
Browse files Browse the repository at this point in the history
Add issue with chinese display font in Windows 10 Enterprise to FAQ. See https://discourse.jabref.org/t/chinese-character/4167
  • Loading branch information
ThiloteE authored Jan 29, 2024
1 parent aedee52 commit 5f48c4b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions en/faq/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

```

Check failure on line 33 in en/faq/windows.md

View workflow job for this annotation

GitHub Actions / lint

Fenced code blocks should have a language specified [Context: "```"]

en/faq/windows.md:33 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
.text {
-fx-font-family: “Microsoft YaHei”;
}
```

0 comments on commit 5f48c4b

Please sign in to comment.