Skip to content

Commit

Permalink
Prefer Cascadia Mono to Consolas as default code font.
Browse files Browse the repository at this point in the history
  • Loading branch information
zufuliu committed Jul 25, 2021
1 parent b0b2f26 commit c5e1416
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Styles.c
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,7 @@ static inline UINT GetLexerStyleControlMask(int rid, int index) {
static inline void FindSystemDefaultCodeFont(void) {
LPCWSTR const commonCodeFontName[] = {
L"DejaVu Sans Mono",
L"Cascadia Mono",
L"Consolas", // Vista and above
//L"Source Code Pro",
//L"Liberation Mono",
Expand Down

0 comments on commit c5e1416

Please sign in to comment.