AA in Safari (OS X ) (6)

1 Name: CyB3r h4xX0r g33k 2006-02-18 22:28 ID:p2MfDDk2

All the ascii art is badly distorted when views with Safari. Is there a font change that needs to be made to view it correctly?

2 Name: CyB3r h4xX0r g33k 2006-02-19 00:56 ID:Heaven

3 Name: CyB3r h4xX0r g33k 2006-02-19 07:43 ID:p2MfDDk2

It does work, but only is I set the default font to Mona.
Shouldn't the style sheet specify Mona as the font for the AA?

4 Name: binhqx 2006-02-19 09:52 ID:Heaven

Here is a solution I just figured out. Copy and past this link into URL bar on any 4-ch page with AA.
javascript:for(i=0;i<document.styleSheets.length;i++){for(j=0;j<document.styleSheets[i].cssRules.length; j++){if(document.styleSheets[i].cssRules[j].selectorText.match(/\.replytext/)){ document.styleSheets[i].cssRules[j].style.setProperty('font-family','Mona',null);}}}

5 Name: binhqx 2006-02-19 10:23 ID:Heaven

oops, it needed frame support:

javascript:var main_doc = parent.frames["main"].document;for(i=0;i<main_doc.styleSheets.length;i++){for(j=0;j<main_doc.styleSheets[i].cssRules.length;j++){if(main_doc.styleSheets[i].cssRules[j].selectorText.match(/\.replytext/)){ main_doc.styleSheets[i].cssRules[j].style.setProperty('font-family','Mona',null);}}}

6 Name: CyB3r h4xX0r g33k 2006-02-20 03:12 ID:QyPeseNA

>>2

monafont-mac-2.22.zip @ size 16

This thread has been closed. You cannot post in this thread any longer.