View Single Post
Old 07-14-2020, 09:47 AM   #401
jiembe
Zealot
jiembe began at the beginning.
 
Posts: 145
Karma: 10
Join Date: Sep 2016
Location: Montréal Québec
Device: Kobo Glo; Kobo Libra
Limited title size

I ask somewhere (can't find it) as a side question (I think) why kobo limited the title font size in the the title page to 2em. I tough it was due to the device. But comparing epub file with the resulting kepub file I note the size is reduced during conversion:

original stylesheet

.titre {
display: block;
font-size: 3em;
margin: 0 0 10% 0;
}

resulting kepub

.titre {
display: block;
font-size: 2em;
line-height: 1.2;
margin: 0 0 10%
}

Why is it happening ?

(Adding) I just try 4em and get the same result 2em.

Last edited by jiembe; 07-14-2020 at 10:01 AM.
jiembe is offline   Reply With Quote