JI-2176 Fix incorrect paths to h5p font files

JI-2176-tutorial-example-links-new-design
Erik Langhaug 2021-06-02 09:36:31 +02:00
parent f9a20e908f
commit 13ba87ed58
1 changed files with 5 additions and 5 deletions

View File

@ -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;
}