Admonition icons not shown on Kindle (only empty boxes)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Admonition icons not shown on Kindle (only empty boxes)

wintermeyer
This post was updated on .
I can't get the admonition icons to get rendered in a Kindle export. They are just empty boxes. Do I have to add something to the directory (e.g. files from the fa font) to make this work?

Here is the example code which I try to convert:

= Test Buch 1.2
Stefan Wintermeyer
v1.2, 2016-02-05
:doctype: book
:producer: Stefan Wintermeyer
:keywords: Test
:copyright: Stefan Wintermeyer
:imagesdir: images
:icons: font
:icon-set: fa
:toc:
ifndef::ebook-format[:leveloffset: 1]

include::chapter-one.adoc[]

Here are the files:
$ tree
.
├── chapter-one.adoc
├── images
├── output
└── test.adoc