On Sat, Jan 17, 2009 at 09:45:07AM -0300, Jorge Arellano Cid wrote:
On Sat, Jan 17, 2009 at 10:16:31AM +0100, Hofmann Johannes wrote:
On Sat, Jan 17, 2009 at 05:47:19PM +0900, furaisanjin wrote:
Thank you, now I can change my favorite font in much easier way. I have one more question. Is there any way to specify default font if the font specified in style sheet doesn't exist on local machine?
For example, when style sheet contains
body { font-family: MS Gothic, Osaka, monospace; }
In this case dillo should try the three fonts given. At least "monospace" should exist and be mapped to some default monospace font. This part of the font selection is just not implemented yet.
but I don't have none of them but I have VL Gothic. In this case I want to use VL Gothic as backup.
It might be possible to map font names at the X11 level, i.e. in .fonts.conf. But I don't know the details.
BTW, is it possible to force a single font in style.css? this is, even when the page specified font exists in the machine.
* {font-family: helvetica !important} should do that. Cheers, Johannes