use fira code and ligatures for codemirror, code, pre, and .code

This commit is contained in:
Seaswimmer 2024-11-12 13:56:40 -05:00
parent 96d5df0931
commit 06e50b75ac
Signed by: CoastalCommitsManagement
GPG key ID: 7E73189F651A553F

View file

@ -831,3 +831,16 @@
.monaco-editor .bracket-highlighting-5 {
color: #ccb9f6 !important;
}
code, pre {
font-family: 'Fira Code', monospace;
}
.CodeMirror, code, pre, .code {
font-family: 'Fira Code', monospace;
font-feature-settings: "calt" 1, "liga" 1;
}
.code {
font-feature-settings: "calt" 1, "liga" 1;
}