JI-2176 Fix incorrect paths to h5p font files
parent
f9a20e908f
commit
13ba87ed58
|
@ -3,11 +3,11 @@
|
||||||
/* Custom H5P font to use for icons. */
|
/* Custom H5P font to use for icons. */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'h5p';
|
font-family: 'h5p';
|
||||||
src: url('fonts/h5p-core-28.eot?h1atjl');
|
src: url('../fonts/h5p-core-28.eot?h1atjl');
|
||||||
src: url('fonts/h5p-core-28.eot?h1atjl#iefix') format('embedded-opentype'),
|
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.ttf?h1atjl') format('truetype'),
|
||||||
url('fonts/h5p-core-28.woff?h1atjl') format('woff'),
|
url('../fonts/h5p-core-28.woff?h1atjl') format('woff'),
|
||||||
url('fonts/h5p-core-28.svg?h1atjl#h5p-core-28') format('svg');
|
url('../fonts/h5p-core-28.svg?h1atjl#h5p-core-28') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue