FiraCode2iScript
A mish-mash/combination of the beautiful FiraCode (v5.2+) font and iScript. Great for IDE's/Code Editors alike!
Install / Use
/learn @willstocks/FiraCode2iScriptREADME
Fira Code v5.2 + iScript
A mish-mash of Fira Code v5.2 and iScript
I was originally using https://github.com/kencrocken/FiraCodeiScript, however it hasn't been updated in a while and Fira Code has had a LOAD of really useful updates to it since that I wanted to make use of.
Originally this was Fira Code v2 + iScript, however Fira Code has now had multiple releases since. At some point, I may apply a minor rename to the font to remove the Two/2 so the naming is a bit more... relevant!
Installation
This is really simple to install - download the three .ttf files and install them on your system.
Then, launch whatever code editor you use and apply Fira Code Two iScript as your font family.
In VSCode, I use (with fallbacks for multiple machines):
"editor.fontFamily": "Fira Code Two iScript, FiraCode-Retina, Fira Code Retina, Fira Code, Consolas, 'Courier New', monospace",
I then apply the following in settings.json as well to enable italics:
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": [
"comment",
"constant", //String, Number, Boolean…, this, super
"keyword", //import, export, return…
"markup.italic",
"meta.selector",
"storage.modifier", //static keyword
"storage.type",
"storage.type.class.js", //class keyword
"variable.language",
],
"settings": {
"fontStyle": "italic",
}
},
{
"scope": [
//following will be excluded from italics (VSCode has some defaults for italics which aren't amazingT)
"invalid",
"keyword.operator",
"constant.numeric.css",
"keyword.other.unit.px.css",
"constant.numeric.decimal.js",
"constant.numeric.json"
],
"settings": {
"fontStyle": ""
}
}
]
}
Screenshots
Coming soon...
Related Skills
node-connect
341.8kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.6kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.8kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.6kCommit, push, and open a PR
Security Score
Audited on Feb 2, 2026
