Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Modify the look of the Safari 5 Reader function' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Modify the look of the Safari 5 Reader function
Authored by: NURB on Jun 09, '10 12:50:55PM

I was only able to change the h1.title font to the free Font called "Aller" :

From:

h1.title {
font-family: Palatino, Georgia, Times, "Times New Roman", serif;
font-weight: bold;
font-size: 1.33em;
line-height: 1.25em;
}

To:

h1.title {
font-family: Aller;
font-weight: bold;
font-size: 1.33em;
line-height: 1.25em;
}

All other font changes are not accepted form Safari.
I did a content search for the used "Palatino" font in all documents of the Safari folder with no luck.
Palatino is the main article text font.



[ Reply to This | # ]