From 06e50b75acf658fe0cdc93957902cf19ccd29e23 Mon Sep 17 00:00:00 2001 From: cswimr Date: Tue, 12 Nov 2024 13:56:40 -0500 Subject: [PATCH] use fira code and ligatures for codemirror, code, pre, and .code --- theme-Catppuccin Mocha.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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