diff --git a/src/scripts/components/InteractionsBar/InteractionsBar.scss b/src/scripts/components/InteractionsBar/InteractionsBar.scss index 1708f18..3e2782d 100644 --- a/src/scripts/components/InteractionsBar/InteractionsBar.scss +++ b/src/scripts/components/InteractionsBar/InteractionsBar.scss @@ -112,4 +112,10 @@ .h5p-blanks:before { content: $blanks; } + + .h5p-crossword:before { + font-family: '360-image'; + font-size: 0.8em; + content: $crossword; + } } diff --git a/src/styles/icons.scss b/src/styles/icons.scss index 9ef51e3..a1d11b2 100644 --- a/src/styles/icons.scss +++ b/src/styles/icons.scss @@ -19,6 +19,8 @@ $staticScene: "\e90b"; $noscene: "\e900"; +$crossword: "\e924"; + // H5PFontAwesome $playlist: "\f001";