From 8874c9cacae4763aa8e81628fbe15448a5303107 Mon Sep 17 00:00:00 2001 From: Thiago Perrotta Date: Mon, 9 Aug 2021 11:19:12 -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 f7ce906..8dd1360 100644 --- a/ChromeOS-Terminal.md +++ b/ChromeOS-Terminal.md @@ -9,7 +9,7 @@ term_.prefs_.set('user-css-text', `@font-face{\n font-family: 'Fira Code';\n - Note, there is a bug where you need to push `ctrl-0` to get the cursor to input text at the right place. The following settings fix that bug, but the cursor is still in the wrong place: ``` @font-face{ - font-family: "Fira Code", "PT Mono", "DejaVu Sans Mono", "Noto Sans Mono", "Everson Mono", FreeMono, Menlo, Terminal, monospace; + font-family: "Fira Code"; src: url('https://raw.githubusercontent.com/tonsky/FiraCode/5.2/distr/woff2/FiraCode-Regular.woff2') format('woff2'), url('https://raw.githubusercontent.com/tonsky/FiraCode/5.2/distr/woff/FiraCode-Regular.woff') format('woff'), url('https://raw.githubusercontent.com/tonsky/FiraCode/5.2/distr/ttf/FiraCode-Regular.ttf') format('truetype');