Chromium can't override page fonts

Tim ignored_mailbox at yahoo.com.au
Sun Jul 4 08:13:40 UTC 2010


Tim:
>> Can you apply a user style sheet?  Perhaps they've gone down that
>> route, of using a style sheet to override site style.

Patrick O'Callaghan:
> Hmm, I've never tried that and am not sure how to go about it.

See if there is any user.css file (or similarly named file), as a clue.
Or run the program and see if it looks for one.  If you can determine
that it does, where to put it, etc., a basic CSS file to force a certain
fontstyle could be as simple as just this in the file:

* {font-family: liberation-sans !important;}

http://code.google.com/p/chromium/issues/detail?id=2393

Suggests:

"Enabled with the --enable-user-stylesheet flag which causes chrome to
read <user-data-dir>/<profile>/User StyleSheet/Custom.css at startup and
set it as the user style sheet."

So it might be worth seeing if they've implemented it.
-- 
[tim at localhost ~]$ uname -r
2.6.27.25-78.2.56.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.





More information about the users mailing list