Comment intégrer une police et l'utiliser dans un epub? Voici la réponse en image.

@font-face {
font-family : "kokila";
font-weight : normal;
font-style: serif;
src : url("../Fonts/kokila.ttf");
}
Pensez à ajouter la feuille de style à vos pages:
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops"> <head> <title></title> <link href="../Styles/Style0001.css" type="text/css" rel="stylesheet"/> </head>