-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
ChromeOS Terminal
Thiago Perrotta edited this page Oct 10, 2021
·
17 revisions
In the terminal:
- Use the keyboard shortcut CTRL + SHIFT + J to open the JavaScript Console.
- 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')
Note: The values for font-feature-settings can be tuned to your preference. For more details see the documentation at stylistic sets
Fira Code
💻 – Home – Wiki – Issues – Suggestions
Enabling: Atom | VS Code | IntelliJ | BBEdit | Brackets | Emacs | GoormIDE | Cloud9 | MacVim | Notepad++ | RStudio | Sublime Text | Visual Studio | MATLAB
Troubleshooting
Stylistic sets
Language Coverage
OSes/Tools: Linux | Chrome devtools | LaTeX | Chrome OS terminal