|
|
#1 |
|
Member Retired
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 61
Karma: 47166
Join Date: Sep 2018
Device: a lot
|
故事主要描述當伐木
故事主要描述當伐木
Last edited by PenguinCEO; 04-16-2020 at 03:59 PM. |
|
|
|
|
|
#2 |
|
creator of calibre
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 45,600
Karma: 28548974
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
|
|
|
|
|
|
|
#3 |
|
Member Retired
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 61
Karma: 47166
Join Date: Sep 2018
Device: a lot
|
故事主要描述當伐木
Last edited by PenguinCEO; 04-16-2020 at 11:06 PM. |
|
|
|
|
|
#4 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,090
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
|
FWIW, I have a series of folders with the font files and a font style sheet that I can just load all at once
Just link the style sheet and it'd done Doesn't have to be the same font-family Code:
/* ----------------------------------------------*/
/* Style sheet to use Georgia fonts -------------*/
/* ----------------------------------------------*/
html, body {
font-family: "Georgia";
}
@font-face {
font-family: "Georgia";
font-weight: normal;
font-style: normal;
src: url(../fonts/Georgia.ttf);
}
@font-face {
font-family: "Georgia";
font-weight: bold;
font-style: normal;
src: url(../fonts/Georgia_Bold.ttf);
}
@font-face {
font-family: "Georgia";
font-weight: normal;
font-style: italic;
src: url(../fonts/Georgia_Italic.ttf);
}
@font-face {
font-family: "Georgia";
font-weight: bold;
font-style: italic;
src: url(../fonts/Georgia_Bold_Italic.ttf);
}
|
|
|
|
![]() |
| Tags |
| editor, font embedding |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Touch No Side loading fonts? | booklover6 | Barnes & Noble NOOK | 7 | 08-10-2013 06:33 AM |
| How to add alternate fonts without replacing system fonts.(this time this is a guide) | techiemonkey | Kindle Developer's Corner | 17 | 09-12-2012 04:55 PM |
| need the fonts in /usr/java/lib/fonts of kindle touch5.0.0 | hanpal | Kindle Developer's Corner | 1 | 02-20-2012 10:40 AM |
| Touch Fonts question (special characters in stock and custom fonts) | levil | Kobo Reader | 20 | 09-23-2011 01:51 PM |
| Loading fonts onto the Iriver Story | James_Wilde | iRiver Story | 19 | 04-26-2011 08:09 AM |