Skip to content

Commit

Permalink
Adding support for H5P Crossword
Browse files Browse the repository at this point in the history
  • Loading branch information
janlindso committed May 29, 2024
1 parent 0c98aa9 commit 23ea1d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/scripts/components/InteractionsBar/InteractionsBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,10 @@
.h5p-blanks:before {
content: $blanks;
}

.h5p-crossword:before {
font-family: '360-image';
font-size: 0.8em;
content: $crossword;
}
}
2 changes: 2 additions & 0 deletions src/styles/icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ $staticScene: "\e90b";

$noscene: "\e900";

$crossword: "\e924";

// H5PFontAwesome
$playlist: "\f001";

Expand Down

0 comments on commit 23ea1d0

Please sign in to comment.