add: ttf, woff, woff2 icons
This commit is contained in:
parent
5aa370e375
commit
d47fcda9ef
@ -102,6 +102,11 @@ icons.setup {
|
|||||||
color = colors.teal,
|
color = colors.teal,
|
||||||
name = "ts",
|
name = "ts",
|
||||||
},
|
},
|
||||||
|
ttf = {
|
||||||
|
icon = "",
|
||||||
|
color = colors.white,
|
||||||
|
name = "TrueTypeFont"
|
||||||
|
},
|
||||||
rb = {
|
rb = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = colors.pink,
|
color = colors.pink,
|
||||||
@ -117,6 +122,16 @@ icons.setup {
|
|||||||
color = colors.vibrant_green,
|
color = colors.vibrant_green,
|
||||||
name = "vue",
|
name = "vue",
|
||||||
},
|
},
|
||||||
|
woff = {
|
||||||
|
icon = "",
|
||||||
|
color = colors.white,
|
||||||
|
name = "WebOpenFontFormat"
|
||||||
|
},
|
||||||
|
woff2 = {
|
||||||
|
icon = "",
|
||||||
|
color = colors.white,
|
||||||
|
name = "WebOpenFontFormat2"
|
||||||
|
},
|
||||||
xz = {
|
xz = {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = colors.sun,
|
color = colors.sun,
|
||||||
|
Loading…
Reference in New Issue
Block a user