简体   繁体   English

CSS 字体系列不适用于 IE11

[英]CSS font family not working For IE11

I have a problem with an IE11 browser only below code snippet applied and its working for Chrome and Firefox but the same font not working in IE11 .我有一个IE11浏览器的问题,仅在应用的代码片段下方,它适用于ChromeFirefox但相同的字体在IE11不起作用。

.auction-bid span, .ending-soon, .auction-ending-soon, .upcoming, .mfxr-logo b, a.divider, .btn-purple, .btn-purple-small-font, .btn-white, .btn-green, .btn-dark-grey, .btn-dark, .btn-green-tko, .btn-green-tko:hover, .signed-up.btn-green-tko, .offer_title h2.thin-purple-title, .rewards-offer p b, .reward-progress-amount, .offer-title, .offer-title-entry-tier, .offer-window, .green-ribbon-text, .acct-points-block span.acct-points, .offer_signup, .offer-item-level, .redeem-now, .redeem-now-internal a, .offer_signup_bundle, .offer-detail-message-block p.offer-message-title, .hero-content-entry-tier-benefits p.hero-title-entry-tier-benefits span, .survey-thank-you, .reward-redemption-tabs li a, .survey-thank-you {
    font-family: "UniversLTW01-67BoldCn",sans-serif;

} }

@font-face{ font-family:"UniversLTW10-67BoldCn"; @font-face{ font-family:"UniversLTW10-67BoldCn"; src:url("/dv2/2/de8453e9-b2a6-4554-bf75-5f0ff5a2e236.eot?&projectId=a8cd6cbf-61a3-40a6-bb81-11a6b6b11eb5#iefix"); src:url("/dv2/2/de8453e9-b2a6-4554-bf75-5f0ff5a2e236.eot?&projectId=a8cd6cbf-61a3-40a6-bb81-11a6b6b11eb5#iefix"); src:url("/dv2/2/de8453e9-b2a6-4554-bf75-5f0ff5a2e236.eot?&projectId=a8cd6cbf-61a3-40a6-bb81-11a6b6b11eb5#iefix") format("eot"),url("/dv2/14/edd7b84c-1937-4bbd-a9cd-e19c35f19b6b.woff2?&projectId=a8cd6cbf-61a3-40a6-bb81-11a6b6b11eb5") format("woff2"),url("/dv2/3/e6c2f397-706a-4224-9c0a-069effd9da88.woff?&projectId=a8cd6cbf-61a3-40a6-bb81-11a6b6b11eb5") format("woff"),url("/dv2/1/528d0fca-b028-48b5-8003-f010575e8949.ttf?&projectId=a8cd6cbf-61a3-40a6-bb81-11a6b6b11eb5") format("truetype"),url("/dv2/11/c52f6cb2-23c6-46b1-b6c5-e0a1da3e577c.svg?&projectId=a8cd6cbf-61a3-40a6-bb81-11a6b6b11eb5#c52f6cb2-23c6-46b1-b6c5-e0a1da3e577c") format("svg"); src:url("/dv2/2/de8453e9-b2a6-4554-bf75-5f0ff5a2e236.eot?&projectId=a8cd6cbf-61a3-40a6-bb81-11a6b6b11eb5#iefix"),格式(/"vdeot 14/edd7b84c-1937-4bbd-a9cd-e19c35f19b6b.woff2?&projectId=a8cd6cbf-61a3-40a6-bb81-11a6b6b11eb5") 格式("woff2"),url("/d97c20270/dvoff2") 069effd9da88.woff?&projectId=a8cd6cbf-61a3-40a6-bb81-11a6b6b11eb5") 格式("woff"),url("/dv2/1/528d0fca-b028-48b5-8003-48b5-8003-cbf-61a3-40a6-bb81-11a6b6b11eb5") 40a6-bb81-11a6b6b11eb5") 格式("truetype"),url("/dv2/11/c52f6cb2-23c6-46b1-b6c5-e0a1da3e577c.svg?&projectId=a8cd6cbf-66bc2f-61bc-61bc6-61a3-a8c6cbf-66bc2f-61a3-a 46b1-b6c5-e0a1da3e577c") 格式("svg"); } }

Add @font-face {
.auction-bid span, .ending-soon, .auction-ending-soon, .upcoming, .mfxr-logo b, a.divider, .btn-purple, .btn-purple-small-font, .btn-white, .btn-green, .btn-dark-grey, .btn-dark, .btn-green-tko, .btn-green-tko:hover, .signed-up.btn-green-tko, .offer_title h2.thin-purple-title, .rewards-offer p b, .reward-progress-amount, .offer-title, .offer-title-entry-tier, .offer-window, .green-ribbon-text, .acct-points-block span.acct-points, .offer_signup, .offer-item-level, .redeem-now, .redeem-now-internal a, .offer_signup_bundle, .offer-detail-message-block p.offer-message-title, .hero-content-entry-tier-benefits p.hero-title-entry-tier-benefits span, .survey-thank-you, .reward-redemption-tabs li a, .survey-thank-you {
    font-family: "UniversLTW01-67BoldCn",sans-serif;
}
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM