From 68f3083b4d90053e0db9b060e3645990f8162e3e Mon Sep 17 00:00:00 2001 From: Thiago Perrotta Date: Sat, 9 Oct 2021 21:43:02 -0400 Subject: [PATCH] Updated ChromeOS Terminal (markdown) --- ChromeOS-Terminal.md | 1 - 1 file changed, 1 deletion(-) diff --git a/ChromeOS-Terminal.md b/ChromeOS-Terminal.md index 2a9b148..5f30966 100644 --- a/ChromeOS-Terminal.md +++ b/ChromeOS-Terminal.md @@ -6,6 +6,5 @@ term_.prefs_.set('font-family', '"Fira Code", Cousine, "Roboto Mono", "Source Co term_.prefs_.set('user-css-text', "x-row { font-feature-settings: 'liga','calt','ss01','ss02','ss03','ss04','ss05','ss06','ss07'; text-rendering: optimizeLegibility; }") term_.prefs_.set('user-css', 'https://cdn.jsdelivr.net/npm/firacode@latest/distr/fira_code.min.css') ``` -3. There is no step 3! Note: The values for font-feature-settings can be tuned to your preference. For more details see the documentation at [stylistic sets](./How-to-enable-stylistic-sets) \ No newline at end of file