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

finalcut

macrumors 6502
Original poster
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.