Thread: Cursive font
View Single Post
Old 10-31-2022, 01:31 PM   #7
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,559
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by jospalau View Post
This is what I have been doing so far. User style tweak like that
i,em {font-family: 'Caslon Antique'; }
It might, in some cases.

It will give weird results if a book has CSS like:

Code:
em {
  font-style: normal;
  text-decoration: underline;
}
(you'll see it upright and underlined... but in a different font too.)

or:

Code:
div.poetry {
  font-style: italic;
}
(you will see it in italics... but in your normal font, not in Caslon Antique.)
Jellby is offline   Reply With Quote