From c8b78033f037f205a3cfb5c611a14613f1819d4e Mon Sep 17 00:00:00 2001 From: Thiago Perrotta Date: Mon, 9 Aug 2021 11:03:37 -0400 Subject: [PATCH] Updated ChromeOS Terminal (markdown) --- ChromeOS-Terminal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChromeOS-Terminal.md b/ChromeOS-Terminal.md index 96b3074..f7ce906 100644 --- a/ChromeOS-Terminal.md +++ b/ChromeOS-Terminal.md @@ -26,7 +26,7 @@ x-screen { -webkit-font-feature-settings: "liga" on, "calt" on; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; - font-family: 'Fira Code'; + font-family: "Fira Code", "PT Mono", "DejaVu Sans Mono", "Noto Sans Mono", "Everson Mono", FreeMono, Menlo, Terminal, monospace; } ``` If there are any ideas on how to fix this completely, please add notes on the bug report: https://github.com/tonsky/FiraCode/pull/750 \ No newline at end of file