|
|
#1 |
|
Member
![]() Posts: 11
Karma: 10
Join Date: Feb 2012
Device: Sony PRS T1
|
Fixed additional CSS to all of recipes ?
Hello,
I'm using Sony T1 reader. The reader not offer polish national characters inside default fonts. To avoid changing fonts set from default to others I added bellowed script to common part of Calibre converter settings. There I also disabled bulit-in fonts in EPUB file. Such solution works well ! but only in case of books. I need similar solution for recipes products (news). I know that I can add command Code:
extra_css="" Is available any solution to add additional CSS script in one place of Calibre with affect to all recipes products ? Best, Filo. Code:
@font-face {
font-family: serif;
font-weight: normal;
font-style: normal;
src: url(res:///ebook/fonts/AmasisMTW1G.otf);
}
@font-face {
font-family: serif;
font-weight: normal;
font-style: italic;
src: url(res:///ebook/fonts/AmasisMTW1G-Italic.otf);
}
@font-face {
font-family: serif;
font-weight: bold;
font-style: normal;
src: url(res:///ebook/fonts/AmasisMTW1G-Bold.otf);
}
@font-face {
font-family: serif;
font-weight: bold;
font-style: italic;
src: url(res:///ebook/fonts/AmasisMTW1G-BoldItalic.otf);
}
body, div, p { font-family: serif; }
.calibre { font-family: serif; }
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fixed additional CSS to all of recipes ? | Filo | Recipes | 3 | 03-05-2012 04:39 AM |
| Fixed recipes [pl] | fenuks | Recipes | 0 | 11-13-2011 06:51 PM |
| Help:how to add CSS additional data by converting books | Nick_1964 | Calibre | 14 | 10-26-2010 10:47 AM |
| Additional CSS for conversion | LARdT | Calibre | 6 | 02-18-2010 08:52 PM |
| ADDITIONAL CSS | LARdT | Calibre | 1 | 02-04-2010 09:02 PM |