From 5a272ea2f1f024a7164e0bb4a5f675cb1a6f1509 Mon Sep 17 00:00:00 2001 From: Andreas Nergaard Date: Wed, 14 Dec 2016 09:32:57 +0100 Subject: [PATCH] Fixed broken font referrance and metadata after font update. --- fonts/h5p-core-16.svg | 20 ++++++++++++++++++-- styles/h5p.css | 10 +++++----- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/fonts/h5p-core-16.svg b/fonts/h5p-core-16.svg index 1240927..d0bdb88 100644 --- a/fonts/h5p-core-16.svg +++ b/fonts/h5p-core-16.svg @@ -1,7 +1,23 @@ -Generated by IcoMoon + + + +{ + "fontFamily": "h5p", + "description": "Font generated by IcoMoon.", + "majorVersion": 1, + "minorVersion": 1, + "version": "Version 1.1", + "fontId": "h5p", + "psName": "h5p", + "subFamily": "Regular", + "fullName": "h5p" +} + + + @@ -39,4 +55,4 @@ - \ No newline at end of file + diff --git a/styles/h5p.css b/styles/h5p.css index 35538c7..2e5842e 100644 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -3,11 +3,11 @@ /* Custom H5P font to use for icons. */ @font-face { font-family: 'h5p'; - src: url('../fonts/h5p-core-15.eot?1a4hhb'); - src: url('../fonts/h5p-core-15.eot?1a4hhb#iefix') format('embedded-opentype'), - url('../fonts/h5p-core-15.ttf?1a4hhb') format('truetype'), - url('../fonts/h5p-core-15.woff?1a4hhb') format('woff'), - url('../fonts/h5p-core-15.svg?1a4hhb#h5p-core-15') format('svg'); + src: url('../fonts/h5p-core-16.eot?80e76o'); + src: url('../fonts/h5p-core-16.eot?80e76o#iefix') format('embedded-opentype'), + url('../fonts/h5p-core-16.ttf?80e76o') format('truetype'), + url('../fonts/h5p-core-16.woff?80e76o') format('woff'), + url('../fonts/h5p-core-16.svg?80e76o#h5p-core-15') format('svg'); font-weight: normal; font-style: normal; }