Skip to content

GoormIDE Instructions

minungHan edited this page Dec 2, 2018 · 5 revisions

goormIDE is full IDE in the browser.

  • Muti-language support
  • Linux-based container via the fully-featured web-based terminal
  • Port forwarding, custom url
  • Real-time collaboration and chat, share link
  • Git/Subversion support
  • There are many more features

(free tier includes 1GB RAM and 10GB Storage per container, 5 Container slot)


In a workspace:

  1. Click goormIDE, then Preferences.
  2. Go to Theme, then focus Custom Theme CSS.
  3. Copy & paste the following:
@font-face{
    font-family: 'Fira Code';
    src: url('https://raw.githubusercontent.com/tonsky/FiraCode/master/distr/eot/FiraCode-Regular.eot') format('embedded-opentype'),
         url('https://raw.githubusercontent.com/tonsky/FiraCode/master/distr/woff2/FiraCode-Regular.woff2') format('woff2'),
         url('https://raw.githubusercontent.com/tonsky/FiraCode/master/distr/woff/FiraCode-Regular.woff') format('woff'),
         url('https://raw.githubusercontent.com/tonsky/FiraCode/master/distr/ttf/FiraCode-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.editor_container pre {
    -webkit-font-feature-settings: "liga" on, "calt" on;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'Fira Code';
}
  1. Click Aplly or OK
  2. Happy coding!