Skip to content

ChromeOS Terminal

Larry edited this page Oct 4, 2021 · 17 revisions

In the terminal:

  1. Use the keyboard shortcut CTRL + SHIFT + J to open the JavaScript Console.
  2. Copy & paste the following 3 commands:
term_.prefs_.set('font-family', '"Fira Code", Cousine, "Roboto Mono", "Source Code Pro", monospace');
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')
  1. There is no step 3!
Clone this wiki locally