# Font & font size

## Change font & font size

A guide on how to change the font and font size for Cyber Engine Tweaks and mods based on Cyber Engine Tweaks. And how to display non-English characters.

### Change font <a href="#change-font" id="change-font"></a>

Use a text editor to open the config file at `<cyberpunk install path>/bin/x64/plugins/cyber_engine_tweaks/config.json`Locate this line:"font\_path": "",Add the path of the font you want to change to between the double-quotes. For example, if you want to change the font to Comic Sans, just change this line into:"font\_path": "C:/Windows/Fonts/comic.ttf"**Note:** You should use slash instead of backslash for the path.

### Change font size <a href="#change-font-size" id="change-font-size"></a>

Locate this line:"font\_size": 13.0,You can change the font size by changing the number. The default font size is 13.

### How to display non-English characters <a href="#how-to-display-non-english-characters" id="how-to-display-non-english-characters"></a>

Some mods may have implemented multilingual support. But the non-English characters will display as a question mark "?". This is because the default font only contains [ASCII printable characters](https://en.wikipedia.org/wiki/ASCII#Printable_characters).To display a language that only uses ASCII characters (such as French, German), all you need to do is to change the font to one with a wider range (Literally any font).To display a language that uses non-ASCII characters (such as Chinese, Russian), besides changing the font, you also need to change this line in the config file:"font\_glyph\_ranges": "",Here is a table of the "font\_glyph\_ranges" options and their descriptions.

| font\_glyph\_ranges     | Descriptions                                                                                                              |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| Cyrillic                | Supports languages that use [Cyrillic scripts](https://en.wikipedia.org/wiki/Cyrillic_script) (e.g. Russian, Bulgarian..) |
| ChineseFull             | Supports traditional Chinese, simplified Chinese, and Japanese display                                                    |
| ChineseSimplifiedCommon | Only supports simplified Chinese display                                                                                  |
| Japanese                | Only supports Japanese display                                                                                            |
| Korean                  | For Korean                                                                                                                |
| Thai                    | For Thai                                                                                                                  |
| Vietnamese              | For Vietnamese                                                                                                            |

For example, to display Chinese all you need to do is:"font\_glyph\_ranges": "ChineseFull","font\_path": "C:/Windows/Fonts/simhei.ttf",The result:
