-
Notifications
You must be signed in to change notification settings - Fork 3.2k
ChromeOS Terminal
Randall Mason edited this page Aug 11, 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", "PT Mono", "DejaVu Sans Mono", "Noto Sans Mono", "Everson Mono", FreeMono, Menlo, Terminal, monospace');
term_.prefs_.set('user-css-text', '* {\n -webkit-font-feature-settings: "liga" on, "calt" on;\n -webkit-font-smoothing: antialiased;\n text-rendering: optimizeLegibility;\n}')
term_.prefs_.set('user-css', 'https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&display=swap')
- There is no step 3!
- Note, there is a bug where you need to push
ctrl-0to 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";
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');
font-weight: normal;
font-style: normal;
}
* {
-webkit-font-feature-settings: "liga" on, "calt" on;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
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
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