Skip to content

Instantly share code, notes, and snippets.

@rikusen0335
Last active February 23, 2025 09:26
Show Gist options
  • Save rikusen0335/c33999aa539a9469a05b4a02ca77741f to your computer and use it in GitHub Desktop.
Save rikusen0335/c33999aa539a9469a05b4a02ca77741f to your computer and use it in GitHub Desktop.
vscode customize explorer font
.sidebar .explorer-viewlet .label-name,
.editor .title .label-name {
font-family: "'0xProto', 'FiraCode', 'FiraCode Nerd Font', 'Firge35Nerd Console', 'GenShinGothic', Menlo, Monaco, 'Courier New', monospace" !important;
font-size: 11px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment