Thread
:
Change font size choices with calibre?
View Single Post
03-15-2012, 09:13 PM
#
14
ilovejedd
hopeless n00b
Posts: 5,110
Karma: 19597086
Join Date: Jan 2009
Location: in the middle of nowhere
Device: PW4, PW3, Libra H2O, iPad 10.5, iPad 11, iPad 12.9
Quote:
Originally Posted by
JSWolf
Spoiler
:
@font-face {
font-family: serif;
font-weight: normal;
font-style: normal;
src: url(res:///Data/fonts/verdana.ttf);
}
@font-face {
font-family: serif;
font-weight: bold;
font-style: normal;
src: url(res:///Data/fonts/verdanab.ttf);
}
@font-face {
font-family: serif;
font-weight: normal;
font-style: italic;
src: url(res:///Data/fonts/verdanai.ttf);
}
@font-face {
font-family: serif;
font-weight: bold;
font-style: italic;
src: url(res:///Data/fonts/verdanaz.ttf);
}
body, div, p {
font-family: serif;
}
That is what you do and you can still change the font.
Except Verdana is Sans Serif, not Serif.
ilovejedd
View Public Profile
Find More Posts by ilovejedd
Track Posts by ilovejedd via RSS