|
|
#1 |
|
Connoisseur
![]() Posts: 64
Karma: 10
Join Date: Sep 2012
Device: kindle
|
[Feature Request] Add option to overwrite default ebook font
Option to overwrite default ebook font will be great.
|
|
|
|
|
|
#2 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46,194
Karma: 29626604
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
You can override any styling you like including fonts using the CSS stylesheet in the Styles section of the viewer preferences.
|
|
|
|
|
|
#3 |
|
Connoisseur
![]() Posts: 64
Karma: 10
Join Date: Sep 2012
Device: kindle
|
Yes, but it doesn't work for all ebooks. Probably they have some kind of protection. Currently i have this style, but it doesn't work for all ebooks:
Code:
body, html, div {
text-align: justify !important;
hyphens: auto;
font-family: "DejaVu Sans", serif !important;
}
Last edited by rockster; Yesterday at 04:35 PM. |
|
|
|
|
|
#4 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 46,194
Karma: 29626604
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
* {
text-align: justify !important; hyphens: auto; font-family: "DejaVu Sans", serif !important; } |
|
|
|
|
|
#5 |
|
Connoisseur
![]() Posts: 64
Karma: 10
Join Date: Sep 2012
Device: kindle
|
Thanks, this worked.
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Feature Request: Option for white background viewer | just_jeepin | Viewer | 1 | 04-11-2024 04:20 PM |
| Feature request: Add an non-acsii-ized option to calibre. | Orville Q. Song | Library Management | 9 | 04-09-2022 02:40 PM |
| Patch request: Pocket article delete option default | Mrs_Often | Kobo Developer's Corner | 1 | 09-15-2018 07:42 AM |
| Feature Request: Option to disable creation of NCX | ibu | Sigil | 9 | 03-15-2017 12:11 AM |
| Feature Request - Edit File Option | fcoulter | Calibre | 10 | 07-22-2010 12:56 AM |