Some characters are invisible with cascadia-code font
- Dominant language
- Python
- Stars
- 4.7k
- Forks
- 604
- PR merge metrics
- No merged PRs in 30d
Description
Be sure to check the existing issues (both open and closed!), and make sure you are running the latest version of Guake.
For how to run the latest Guake in your computer, please refer to [Install from source](https://guake.readthedocs.io/en/latest/user/installing.html#install-from-source).
**Describe the bug**
1. Download Cascadia-code font from official repository:
`https://github.com/microsoft/cascadia-code/releases`
2. Install it
3. Set it as font used within guake
**Expected behavior**

**Actual behavior**

**To Reproduce**
Just type inside guake:
```
pwegrzynek@WegrzyNET:~$ echo "4+4=8"
4+4=8
pwegrzynek@WegrzyNET:~$ echo "4+4==8"
4+4==8
pwegrzynek@WegrzyNET:~$ echo "4+4===8"
4+4===8
pwegrzynek@WegrzyNET:~$
```
It seems that whenever Cascadia has the ability to join two or more chars, does not display anything, or display it wrong
For example:

-------------------------------------------------------------------------------
Please run `$ guake --support`, and paste the results here. Don't put backticks (`` ` ``) around it! The output already contains Markdown formatting. And make sure you run the command **OUTSIDE** the Guake.
pwegrzynek@WegrzyNET:~$ guake --support
[WARN] Unable to load the library libutempter !
[WARN] The command will not work in guake !
[WARN] libutempter.so.0: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu
Usage: main.py [options]
main.py: error: no such option: --support
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.