Ikony nie są wyświetlane z niestandardowym motywem

Używam jQuery mobile z niestandardowym motywem utworzonym nathemeroller Zgodnie z instrukcjami, które muszę zawrzeć w<head>:

<link rel="stylesheet" href="themes/mycustomtheme.min.css" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.0/jquery.mobile.structure-1.4.0.min.css" />
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.0/jquery.mobile-1.4.0.min.js"></script>

Moje niestandardowe motywy są wyświetlane idealnie, ale jeśli chcę użyć ikony takiej jak:

<a href="#home" data-transition="slideup" data-role="button" data-icon="home">Home</a>

Ikona „dom” nie wyświetla się. Wyświetla tylko pusty okrąg.

Pracuję z Google Chrome.

Co należy uwzględnić, aby rozwiązać problem?

questionAnswers(1)

yourAnswerToTheQuestion