Forum Discussion
Some text become zero width in recently canary version of Edge
Updated:
For someone hit the same problem, an workaround is edit the font settings of Edge, set mono font to an really mono font, not empty, simfang or simsum.
对于和我一样遇到了同样问题的用户, 一个临时解决方案是修改Edge的自定义字体设置, 随便设置一个真正的等宽字体(不要默认的空白, 也不要设置为宋体和仿宋)
Seems it only happen when all the below matches
1. Win11 Cannary channel(tested on win10 and works well, but I don't have a win11 on stable channel)
2. Edge cannary channel(tested on stable channel of Edge and works well)
3. all text with css
```
font-weight: bold;
font-family: monospace;
```
4. mono font in Edge is empty(the default value) or 仿宋(simfang) or 宋体(simsun)
5. Maybe system language must be Chinese(zh_CN), both 仿宋(simfang) and 宋体(simsun) is an chinese font(They are not really mono).
Reza_Ameri I will feedback it in Edge latter but maybe difficult to reproduce