Effortlessly transform the entire VS Code interface font to the sleek, modern 'Inter' typeface using custom CSS injection. Fontify makes your coding environment clean, stylish, and easy on the eyes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Fontify is a Visual Studio Code extension by Avinash Gupta (alias tier3guy) that allows you to inject custom fonts and UI tweaks into VS Code. With Fontify, you can make VS Code more visually appealing, apply personalized fonts across the editor, and tweak UI elements like scrollbars, status bar, and menus.
⚠️ Note: Fontify automatically installs and configures Custom CSS and JS Loader if not already installed.
Features
Apply the Inter font across VS Code interface.
Customize font weights and styles for editors, menus, status bar, and notifications.
Add custom icons/emojis to headers and panels.
Tweak scrollbars and UI components for a cleaner look.
Enable or disable the extension dynamically via commands.
Installation
Install Fontify from VS Code Marketplace or via .vsix.
Fontify will automatically install and configure the required CSS loader.
Once installed, the CSS file (src/css/custom-vscode-config.css) is injected into VS Code.
Usage
After installing:
Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac).
Run either command:
Enable Fontify – Injects the CSS and prompts to restart VS Code.
Disable Fontify – Removes the CSS and prompts to restart VS Code.
Make sure to restart VS Code when prompted for changes to take effect.
CSS Tweaks Included
Fonts: Inter font applied globally across editors, menus, labels, and notifications.