BFB-1: Fixed IcoMoon family names
parent
f4d1fde0e8
commit
a33f7f1363
|
@ -1,6 +1,6 @@
|
||||||
/* IcoMoon font licensed under the GNU General Public License: http://www.gnu.org/licenses/gpl.html */
|
/* IcoMoon font licensed under the GNU General Public License: http://www.gnu.org/licenses/gpl.html */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'icomoon';
|
font-family: 'icomoon-questionset';
|
||||||
src:url('../fonts/icomoon.eot');
|
src:url('../fonts/icomoon.eot');
|
||||||
src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
|
src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
|
||||||
url('../fonts/icomoon.woff') format('woff'),
|
url('../fonts/icomoon.woff') format('woff'),
|
||||||
|
@ -199,7 +199,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.questionset-results .score.success .emoticon:before {
|
.questionset-results .score.success .emoticon:before {
|
||||||
font-family: IcoMoon;
|
font-family: icomoon-questionset;
|
||||||
font-size: 5em;
|
font-size: 5em;
|
||||||
content: "\e606";
|
content: "\e606";
|
||||||
top: 0.5em;
|
top: 0.5em;
|
||||||
|
@ -208,7 +208,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.questionset-results .score.fail .emoticon:before {
|
.questionset-results .score.fail .emoticon:before {
|
||||||
font-family: IcoMoon;
|
font-family: icomoon-questionset;
|
||||||
font-size: 5em;
|
font-size: 5em;
|
||||||
content: "\e607";
|
content: "\e607";
|
||||||
top: 0.5em;
|
top: 0.5em;
|
||||||
|
@ -232,7 +232,7 @@
|
||||||
.questionset-results .resulttext.success:before,
|
.questionset-results .resulttext.success:before,
|
||||||
.resulttext.fail:before
|
.resulttext.fail:before
|
||||||
{
|
{
|
||||||
font-family: IcoMoon;
|
font-family: icomoon-questionset;
|
||||||
content: "";
|
content: "";
|
||||||
font-size: 5em;
|
font-size: 5em;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue