Skip to content

Commit

Permalink
Add issue with chinese display font to FAQ (#480)
Browse files Browse the repository at this point in the history
* 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 <siedlerkiller@gmail.com>
  • Loading branch information
ThiloteE and Siedlerchr authored Feb 1, 2024
1 parent aedee52 commit 8cc618e
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:

```css
.text {
-fx-font-family: “Microsoft YaHei”;
}
```

0 comments on commit 8cc618e

Please sign in to comment.