View Single Post
Old 22nd March 2015
jb_daefo jb_daefo is offline
Spam Deminer
 
Join Date: May 2008
Posts: 303
Default

No luck fixing the italic font on some sites problem. No problem reading the italic sites with workarounds or switching search engines, from the two that display it that less-readable way. The following code replicates the too-italic font in the speed dial and restores it to normal. So opera is probably not finding a font somewhere. I've way too many to figure out the fix; it will probably disappear someday. OTOH this disappearing-font problem may reappear also... at least it is all more passable now.
Code:
cd /usr/local/share
mv fonts fonts.bak
...
mv fonts.bak fonts
That path is new as of this week.
__________________
FreeBSD 13-STABLE

Last edited by jb_daefo; 22nd March 2015 at 09:02 PM. Reason: three times for legibility and clarification
Reply With Quote