Skip to content

Commit

Permalink
add fontAwesome semantic token
Browse files Browse the repository at this point in the history
  • Loading branch information
aIt3 committed Nov 7, 2024
1 parent 2cc1a2d commit 9b5f3e3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
"$type": "fontFamilies",
"$value": "Noto Sans"
},
"icons": {
"fontAwesome": {
"$type": "fontFamilies",
"$value": "Font Awesome 6 Sharp"
}
Expand Down Expand Up @@ -1261,6 +1261,12 @@
"fontFamily": "{fontFamilies.default}"
},
"$description": "Noto Sans"
},
"icon": {
"$type": "typography",
"$value": {
"fontFamily": "{fontFamilies.fontAwesome}"
}
}
},
"fontweight": {
Expand Down

0 comments on commit 9b5f3e3

Please sign in to comment.