Thank you for your answer ! I use standard "Arial".
I found a solution. The name of this problem is "font boosting".
To resolve it, simply add this HTML code in meta-data of the Gabarit of your project :
<style>
html * {max-height:1000000px;}
</style>
Hope this help !