use fira code and ligatures for codemirror, code, pre, and .code
This commit is contained in:
parent
96d5df0931
commit
06e50b75ac
1 changed files with 13 additions and 0 deletions
|
@ -831,3 +831,16 @@
|
||||||
.monaco-editor .bracket-highlighting-5 {
|
.monaco-editor .bracket-highlighting-5 {
|
||||||
color: #ccb9f6 !important;
|
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;
|
||||||
|
}
|
Loading…
Reference in a new issue