Skip to content

Commit

Permalink
FontAwesome. add missing fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Mar 22, 2023
1 parent 9de5756 commit 46addf3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
28 changes: 26 additions & 2 deletions .bmycconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"library": "@asyncapi/parser",
"filePath": "dist/bundle.js"
},
"currentVersion": "1.17.1"
"currentVersion": "1.18.1"
},
{
"package": "asyncapi",
Expand Down Expand Up @@ -227,6 +227,30 @@
},
"currentVersion": "6.2.0"
},
{
"package": "fontawesome",
"hold": false,
"name": "static/css/fa-v4compatibility.ttf",
"localPath": "static/css/webfonts/fa-v4compatibility.ttf",
"assetManager": {
"name": "cdnjs",
"library": "font-awesome",
"fileName": "webfonts/fa-v4compatibility.ttf"
},
"currentVersion": "6.2.0"
},
{
"package": "fontawesome",
"hold": false,
"name": "static/css/fa-v4compatibility.woff2",
"localPath": "static/css/webfonts/fa-v4compatibility.woff2",
"assetManager": {
"name": "cdnjs",
"library": "font-awesome",
"fileName": "webfonts/fa-v4compatibility.woff2"
},
"currentVersion": "6.2.0"
},
{
"package": "highcharts",
"hold": false,
Expand Down Expand Up @@ -1967,4 +1991,4 @@
},
"currentVersion": "10.2.1"
}
]
]
2 changes: 1 addition & 1 deletion assets/js/external/asyncapi/bundle.min.js

Large diffs are not rendered by default.

0 comments on commit 46addf3

Please sign in to comment.