11 lines
360 B
CSS
11 lines
360 B
CSS
@font-face {
|
|
font-family: 'H5PFontIcons';
|
|
src: url('../fonts/h5p.eot?105');
|
|
src: url('../fonts/h5p.eot?105#iefix') format('embedded-opentype'),
|
|
url('../fonts/h5p.ttf?105') format('truetype'),
|
|
url('../fonts/h5p.woff?105') format('woff'),
|
|
url('../fonts/h5p.svg?105#H5PFontIcons') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|