Fixed broken font referrance and metadata after font update.
parent
bbe16fb8da
commit
5a272ea2f1
|
@ -1,7 +1,23 @@
|
||||||
<?xml version="1.0" standalone="no"?>
|
<?xml version="1.0" standalone="no"?>
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||||
<svg xmlns="http://www.w3.org/2000/svg">
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||||||
<metadata>Generated by IcoMoon</metadata>
|
<metadata>
|
||||||
|
<json>
|
||||||
|
<![CDATA[
|
||||||
|
{
|
||||||
|
"fontFamily": "h5p",
|
||||||
|
"description": "Font generated by IcoMoon.",
|
||||||
|
"majorVersion": 1,
|
||||||
|
"minorVersion": 1,
|
||||||
|
"version": "Version 1.1",
|
||||||
|
"fontId": "h5p",
|
||||||
|
"psName": "h5p",
|
||||||
|
"subFamily": "Regular",
|
||||||
|
"fullName": "h5p"
|
||||||
|
}
|
||||||
|
]]>
|
||||||
|
</json>
|
||||||
|
</metadata>
|
||||||
<defs>
|
<defs>
|
||||||
<font id="icomoon" horiz-adv-x="1024">
|
<font id="icomoon" horiz-adv-x="1024">
|
||||||
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
<font-face units-per-em="1024" ascent="960" descent="-64" />
|
||||||
|
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
@ -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-15.eot?1a4hhb');
|
src: url('../fonts/h5p-core-16.eot?80e76o');
|
||||||
src: url('../fonts/h5p-core-15.eot?1a4hhb#iefix') format('embedded-opentype'),
|
src: url('../fonts/h5p-core-16.eot?80e76o#iefix') format('embedded-opentype'),
|
||||||
url('../fonts/h5p-core-15.ttf?1a4hhb') format('truetype'),
|
url('../fonts/h5p-core-16.ttf?80e76o') format('truetype'),
|
||||||
url('../fonts/h5p-core-15.woff?1a4hhb') format('woff'),
|
url('../fonts/h5p-core-16.woff?80e76o') format('woff'),
|
||||||
url('../fonts/h5p-core-15.svg?1a4hhb#h5p-core-15') format('svg');
|
url('../fonts/h5p-core-16.svg?80e76o#h5p-core-15') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue