From a394079b2a49e6b33dbf4a4d80d93e347d6446e3 Mon Sep 17 00:00:00 2001 From: Michael Fix Date: Mon, 15 Jan 2018 15:49:01 -0800 Subject: [PATCH] Make default font one without ligatures (#155) --- components/Carbon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Carbon.js b/components/Carbon.js index 01d36c4..f0ee436 100644 --- a/components/Carbon.js +++ b/components/Carbon.js @@ -26,7 +26,7 @@ const DEFAULT_SETTINGS = { theme: 'seti', windowTheme: 'none', language: DEFAULT_LANGUAGE, - fontFamily: 'Fira Code', + fontFamily: 'Hack', fontSize: '14px' }