Skip to content

Commit 72569dd

Browse files
committed
Add font-awesome 4.
- Legacy-Id: 19590
1 parent 9cf29ba commit 72569dd

3 files changed

Lines changed: 20 additions & 17 deletions

File tree

ietf/static/css/ietf.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ $enable-negative-margins: true;
5757
// to be run manually due to parcel limitations.
5858
// @import "../../../node_modules/bootstrap-icons/font/bootstrap-icons";
5959

60+
// For now, let's stick with font-awesome v4:
61+
$fa-font-path: "~/node_modules/font-awesome/fonts";
62+
@import "~/node_modules/font-awesome/scss/font-awesome";
63+
6064
// Install the datatables.net bootstrap5 styles.
6165
// FIXME: Including this with ~ fails for some odd reason?
6266
@import "../../../node_modules/datatables.net-bs5/css/dataTables.bootstrap5";

package-lock.json

Lines changed: 14 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"bootstrap": "^5.1.3",
55
"datatables.net": "^1.11.3",
66
"datatables.net-bs5": "^1.11.3",
7+
"font-awesome": "^4.7.0",
78
"jquery": "^3.6.0"
89
},
910
"devDependencies": {
@@ -26,4 +27,4 @@
2627
"distDir": "ietf/static/dist/ietf"
2728
}
2829
}
29-
}
30+
}

0 commit comments

Comments
 (0)