material-extensions / vscode-material-icon-theme

Available on the VSCode Marketplace
https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme
MIT License
1.95k stars 607 forks source link

[Icon Request] <typeface> #2321

Open andrilla-francis opened 1 month ago

andrilla-francis commented 1 month ago

Icon Type

Folder Names

Graphic ideas Exact same as the font and fonts folders.

0tii commented 1 month ago

Make a custom association for it for now:

"material-icon-theme.folders.associations": {
    "typeface": "font",
    "typefaces": "font",
  }

(i dont know if "font" is the correct key for the fonts folder icon, but it should be either that or "fonts").

PKief commented 1 month ago

Make a custom association for it for now:

"material-icon-theme.folders.associations": {
    "typeface": "font",
    "typefaces": "font",
  }

(i dont know if "font" is the correct key for the fonts folder icon, but it should be either that or "fonts").

font