I.
Le fichier CreeFichiers.sh crée deux fichiers : 
- index.css qui contient les classes pour les polices
@font-face{font-family:EBGaramond___Regular_woff;src:url(/usr/share/fonts/woff/ebgaramond/EBGaramond12-Regular.woff);}.EBGaramond___Regular_woff{font-family:EBGaramond___Regular_woff;}
- body.html contient les <div> , qui contient du texte dont le nom du fichier de police/font
<div class='EBGaramond___Regular_woff' title='/usr/share/fonts/woff/ebgaramond/EBGaramond12-Regular.woff'>Lorem ipsum dolor sit amet. Consectetur adipisicin 0123456789. EBGaramond12-Regular.woff</div><br>

II.
le fichier body.html est ajouté à head.html pour créer index.html

