Skip to content

Commit

Permalink
Use Font Awesome 6 Free in font-family (#39)
Browse files Browse the repository at this point in the history
* Use `Font Awesome 6 Free` in `font-family`

Requires datavisyn/tdp_core#732

* Update Lineup to 4.6.2

Co-authored-by: Klaus Eckelt <[email protected]>
  • Loading branch information
thinkh and keckelt authored Aug 9, 2022
1 parent 80f2b0b commit f0d2438
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/scss/components/_overview.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/scss/components/task/_filter.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/scss/components/task/_taskRectangle.scss

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"d3-selection": "^3.0.0",
"d3-transition": "^3.0.1",
"jquery": "^3.5.0",
"lineupjs": "4.6.0",
"lineupjs": "4.6.2",
"lodash.merge": "^4.x",
"lodash.pick": "^4.4.0",
"loglevel": "^1.6.4",
Expand Down
4 changes: 2 additions & 2 deletions src/scss/components/_overview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,13 @@


&::before{
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
content: '\f191';
font-size: 20px;
}

&.close-detail::before{
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
content: '\f152';
font-size: 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/scss/components/task/_filter.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@mixin right-caret {
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 6 Free";
font-weight: 900; //only solid version of icon is free
content: "\f0da\00a0";
}
Expand Down
2 changes: 1 addition & 1 deletion src/scss/components/task/_taskRectangle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ div.rectTask {
background-repeat: no-repeat;
background-position: center;
font-size: 25px;
font-family: 'Font Awesome 5 Free';
font-family: 'Font Awesome 6 Free';
}

.remove-task {
Expand Down

0 comments on commit f0d2438

Please sign in to comment.