|
|
#1 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,068
Karma: 203682
Join Date: Oct 2009
Device: Libre 2
|
Choosing the most readable font on the PP
Those of us who have been forced into modifying epubs to get a nice readable font, are faced with a choice. I tried many before I was completely happy.
Here's a nice informative article of the subject http://www.webaim.org/techniques/fonts/ In the end, I have chosen a sans-serif font called Calibri that I found in my Windows installation. I wonder if this is the one Cailibre uses/installed? Here's the css I added via calibre (based on the thread here about what works for Sony). Code:
@font-face {
font-family: "Constantia";
font-weight: normal;
font-style: normal;
src: url(res:///abook/fonts/CALIBRI.TTF);
}
@font-face {
font-family: "Constantia";
font-weight: bold;
font-style: normal;
src: url(res:///abook/fonts/CALIBRIB.TTF);
}
@font-face {
font-family: "Constantia";
font-weight: normal;
font-style: italic;
src: url(res:///abook/fonts/CALIBRII.TTF);
}
@font-face {
font-family: "Constantia";
font-weight: bold;
font-style: italic;
src: url(res:///abook/fonts/CALIBRIZ.TTF);
}
body { font-family: "Constantia", serif;}
Have you chosen a favourite font? Which font do you think works best on the eInk screen? |
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need help choosing and e-reader | Gwen2479 | Which one should I buy? | 26 | 05-30-2011 09:45 AM |
| Choosing the right font for PRS-300 | sabredog | Calibre | 1 | 08-03-2010 08:03 AM |
| New to all this, help choosing please :) | arekieh | Which one should I buy? | 8 | 11-22-2009 10:43 PM |
| .tpz readable on PC? | fusarium | Kindle Formats | 15 | 10-28-2009 09:10 AM |
| Most Readable Font | VikingDave | Sony Reader | 5 | 01-02-2008 12:07 AM |