View Single Post
Old 10-28-2012, 06:12 AM   PM User | #1
SRD75
Regular Coder

 
Join Date: Sep 2011
Posts: 121
Thanks: 23
Thanked 0 Times in 0 Posts
SRD75 is an unknown quantity at this point
CSS font works in Chrome, not in Firefox/Opera

Hi. This site has CSS:

Code:
.main-navigation li {
	font-family: 'MyriadPro-BoldCond', Arial;
	font-size: 12px;
	font-size: 0.857142857rem;
}
It displays as intended in Chrome, but the Myriad Pro Bold Condensed font does not display in Firefox or Opera.

Can you see why?
SRD75 is offline   Reply With Quote