I dunno if I have written it wrong:
'等距更纱黑体 SC', Consolas, 'Courier New', monospace
I dunno if I have written it wrong:
'等距更纱黑体 SC', Consolas, 'Courier New', monospace
What do you see when you try that?
What happens, if you set the Editor font family in settings to:
等距更纱黑体 SC
Did some testing:
| Font Family | Status |
|---|---|
| 等距更纱黑体 SC | Working |
| ‘等距更纱黑体 SC’ | Broken |
| 等距更纱黑体 SC, Consolas | Broken |
| ‘等距更纱黑体 SC’, Consolas | Broken |
But Editor Font Family shall be written as how in CSS. Weird😅
I think editor uses the name of the file or folder of the font, that’s why on the first test works.
The font should be just one font (not a list) and indeed it should be without quotes. List of fonts like in CSS currently aren’t supported.