Skip to content

Commit

Permalink
Fix font name
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Mar 20, 2024
1 parent a1fde98 commit 5b388de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Write-SpectreHost "Your favourite fruits are $($chosenItems -join ', ')"
terminalLineHeight: 1.1,
theme: "spectre",
fit: "none",
terminalFontFamily: "'Cascadia CodeCascadia Code', monospace"
terminalFontFamily: "'Cascadia Code', monospace"
}}
/>

Expand Down

0 comments on commit 5b388de

Please sign in to comment.