Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

finalcut

macrumors 6502
Original poster
Oct 9, 2007
401
34
Quebec, Canada
Hello everyone,

Since there is no way to force Safari to use a custom font to display web pages, like Firefox does, I tried the CSS way. No chances, it doesnt work. Anything wrong in my lines?

html, body, * {
font-family: Myriad Pro !important;
font-size: 16px !important;
}
pre {
font-family: Myriad Pro !important;
font-size: 16px !important;
}
textarea {
font-family: Myriad Pro !important;
font-size: 16px ! important;
}
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.