diff --git a/theme-Catppuccin Mocha.css b/theme-Catppuccin Mocha.css index d5bbe88..ca99b1b 100644 --- a/theme-Catppuccin Mocha.css +++ b/theme-Catppuccin Mocha.css @@ -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; +} \ No newline at end of file