Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Conversion

Notices

Reply
 
Thread Tools Search this Thread
Old 03-02-2012, 01:49 PM   #1
Filo
Member
Filo began at the beginning.
 
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=""
to each recipe but it is very boring work 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; }
Filo is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fixed additional CSS to all of recipes ? Filo Recipes 3 03-05-2012 03:39 AM
Fixed recipes [pl] fenuks Recipes 0 11-13-2011 05:51 PM
Help:how to add CSS additional data by converting books Nick_1964 Calibre 14 10-26-2010 09:47 AM
Additional CSS for conversion LARdT Calibre 6 02-18-2010 07:52 PM
ADDITIONAL CSS LARdT Calibre 1 02-04-2010 08:02 PM


All times are GMT -4. The time now is 12:57 PM.


MobileRead.com is a privately owned, operated and funded community.