Skip to content

Commit 35f31da

Browse files
committed
update readme
1 parent fc78581 commit 35f31da

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Ibis Book Maker
22

3+
This PHP tool helps you write eBooks in markdown. Run `ibis build` and an eBook will be generated with a cover and clickable table of contents.
4+
35
## Installation
46

57
Make sure you have PHP7.3 or above installed on your system.
@@ -46,6 +48,10 @@ Inside the content directory, you can write multiple `.md` files. Ibis uses the
4648
<h3> tags define different titles inside a chapter.
4749
```
4850

51+
## Using Fonts
52+
53+
Edit your `/ibis.php` configuration files to define the font files to be loaded from the `/assets/fonts` directory. After that you may use the defined fonts in your themes (`/assets/theme-light.html` & `/assets/theme-dark.html`).
54+
4955
## Generating PDF eBook
5056

5157
```

0 commit comments

Comments
 (0)