Skip to content

Commit 9b5f3e3

Browse files
author
Malte Weber
committed
add fontAwesome semantic token
1 parent 2cc1a2d commit 9b5f3e3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tokens.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
"$type": "fontFamilies",
424424
"$value": "Noto Sans"
425425
},
426-
"icons": {
426+
"fontAwesome": {
427427
"$type": "fontFamilies",
428428
"$value": "Font Awesome 6 Sharp"
429429
}
@@ -1261,6 +1261,12 @@
12611261
"fontFamily": "{fontFamilies.default}"
12621262
},
12631263
"$description": "Noto Sans"
1264+
},
1265+
"icon": {
1266+
"$type": "typography",
1267+
"$value": {
1268+
"fontFamily": "{fontFamilies.fontAwesome}"
1269+
}
12641270
}
12651271
},
12661272
"fontweight": {

0 commit comments

Comments
 (0)