We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc1a2d commit 9b5f3e3Copy full SHA for 9b5f3e3
tokens.json
@@ -423,7 +423,7 @@
423
"$type": "fontFamilies",
424
"$value": "Noto Sans"
425
},
426
- "icons": {
+ "fontAwesome": {
427
428
"$value": "Font Awesome 6 Sharp"
429
}
@@ -1261,6 +1261,12 @@
1261
"fontFamily": "{fontFamilies.default}"
1262
1263
"$description": "Noto Sans"
1264
+ },
1265
+ "icon": {
1266
+ "$type": "typography",
1267
+ "$value": {
1268
+ "fontFamily": "{fontFamilies.fontAwesome}"
1269
+ }
1270
1271
1272
"fontweight": {
0 commit comments