- Open Help -> Toggle Developer Tools in the menu (Ctrl + Shift + I)
- Paste JavaScript code below into the Console and execute.
var styleNode = document.createElement('style'); styleNode.type = "text/css"; var styleText = document.createTextNode(` @font-face { font-family: "Fira Code";