kopia lustrzana https://github.com/tonsky/FiraCode
Strona:
Cloud9 Instructions
Strony
Atom instructions
BBEdit instructions
Brackets Instructions
Chrome devtools instructions
ChromeOS Terminal
Cloud9 Instructions
Emacs instructions
GoormIDE Instructions
Home
Home_CN
How to enable stylistic sets
Installing
Installing_CN
IntelliJ products instructions
LaTeX instructions
Language Coverage
LightTable instructions
Linux instructions
MATLAB for Windows Instructions
MacVim instructions
Notepad Plus Plus instructions
RStudio instructions
Sublime Text Instructions
Troubleshooting
VS Code Instructions
Visual Studio Instructions
Windows Terminal & Windows Terminal Preview
6
Cloud9 Instructions
Randall Mason edytuje tę stronę 2021-08-08 21:10:43 -05:00
In a workspace:
- Click Cloud9, then Preferences (or use keyboard shortcut CTRL + ,)
- Go to Themes, then click on You can also style Cloud9 by editing your stylesheet (this will open a blank styles.css file in the C9 editor)
- Copy & paste the following:
@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;
}
.ace_editor{
-webkit-font-feature-settings: "liga" on, "calt" on;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
font-family: 'Fira Code';
}
- Back in Preferences tab, click on User Settings, then click on Code Editor (Ace)
- In Font Family field, enter Fira Code
- Optionally, repeat step 5 for Preferences > User Settings > Terminal, if you want Fira Code font in C9 terminal.
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