From 711e55c42e1bb06194d42a30bbe15e030537df8a Mon Sep 17 00:00:00 2001 From: Frank Ronny Larsen Date: Wed, 6 Nov 2013 11:48:36 +0100 Subject: [PATCH] HFJ-1,2,3,4: Fixed FontAwesome dependencies --- css/questionset.css | 12 ++++++------ library.json | 5 +++++ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/css/questionset.css b/css/questionset.css index d3ecdaf..6cf187e 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -125,13 +125,13 @@ } .qs-footer a.next.button:after { - font-family: FontAwesome; - content: " \f054"; + font-family: H5PFontAwesome; + content: " \f054"; } .qs-footer a.prev.button:before { - font-family: FontAwesome; - content: "\f053 "; + font-family: H5PFontAwesome; + content: "\f053 "; } .questionset-results .qs-finishbutton { @@ -139,12 +139,12 @@ } .qs-footer a.finish.button:before { - font-family: FontAwesome; + font-family: H5PFontAwesome; content: "\f00c "; } .questionset-results a.button.qs-solutionbutton:before { - font-family: FontAwesome; + font-family: H5PFontAwesome; content: "\f06e "; } diff --git a/library.json b/library.json index 38baedb..da8986f 100644 --- a/library.json +++ b/library.json @@ -26,6 +26,11 @@ "majorVersion": 1, "minorVersion": 0 }, + { + "machineName": "FontAwesome", + "majorVersion": 3, + "minorVersion": 1 + }, { "machineName": "H5P.Video", "majorVersion": 1,