terminal: Unable to find the selected font "Cascadia Mono" in Windows 10
Windows Terminal version
1.13.10336.0
Windows build number
10.0.19044.0
Other Software
I have both Windows Terminal (1.11.3471.0) and Windows Terminal Preview (1.13.10336.0) installed. The Store says Windows Terminal Preview updated today, but both apps are unable to find the “Cascadia Mono” font, which I’m told should be bundled with the app.
Steps to reproduce
Open Windows Terminal Preview
Expected Behavior
A “Warning” popup does not appear.
Actual Behavior
A “Warning” popup in the Terminal window appears with the following text
Unable to find the selected font "Cascadia Mono".
"Consolas" has been selected instead.
Please either install the missing font or choose another one.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 1
- Comments: 15 (12 by maintainers)
Commits related to this issue
- Fix Windows 10 support for nearby font loading (#12554) By replacing `IDWriteFontSetBuilder2::AddFontFile` with `IDWriteFactory5::CreateFontFileReference` and `IDWriteFontSetBuilder1::AddFontFile` ... — committed to microsoft/terminal by lhecker 2 years ago
- Fix Windows 10 support for nearby font loading (#12554) By replacing `IDWriteFontSetBuilder2::AddFontFile` with `IDWriteFactory5::CreateFontFileReference` and `IDWriteFontSetBuilder1::AddFontFile` we... — committed to microsoft/terminal by lhecker 2 years ago
- Fix Windows 10 support for nearby font loading (#12554) By replacing `IDWriteFontSetBuilder2::AddFontFile` with `IDWriteFactory5::CreateFontFileReference` and `IDWriteFontSetBuilder1::AddFontFile` we... — committed to microsoft/terminal by lhecker 2 years ago
Well, my repro is already gone, unless you have debug logs in some file in somewhere (temp folder?)
This is Windows 10.0.19044.1586, latest publicly available version (21H2).
I’m repurposing this issue to submit a change for Windows 10 support.