Skip to content

Commit

Permalink
JI-2176 Fix incorrect paths to h5p font files
Browse files Browse the repository at this point in the history
  • Loading branch information
Languafe committed Jun 2, 2021
1 parent f9a20e9 commit 13ba87e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions styles/h5p.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
/* Custom H5P font to use for icons. */
@font-face {
font-family: 'h5p';
src: url('fonts/h5p-core-28.eot?h1atjl');
src: url('fonts/h5p-core-28.eot?h1atjl#iefix') format('embedded-opentype'),
url('fonts/h5p-core-28.ttf?h1atjl') format('truetype'),
url('fonts/h5p-core-28.woff?h1atjl') format('woff'),
url('fonts/h5p-core-28.svg?h1atjl#h5p-core-28') format('svg');
src: url('../fonts/h5p-core-28.eot?h1atjl');
src: url('../fonts/h5p-core-28.eot?h1atjl#iefix') format('embedded-opentype'),
url('../fonts/h5p-core-28.ttf?h1atjl') format('truetype'),
url('../fonts/h5p-core-28.woff?h1atjl') format('woff'),
url('../fonts/h5p-core-28.svg?h1atjl#h5p-core-28') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 13ba87e

Please sign in to comment.