Hi All,
Custom fonts are not working in ie11.
I have given the below css code for custom fonts. It's working fine in all browsers except ie11. Could you please guide me to make it works?
@font-face {
font-family: 'custm_fontName';
src: url([[font:theme|custm_fontName_Web_Core_Regular.otf]]);
src: url([[font:theme|custm_fontName_Web_Core_Regular.otf]]) format('embedded-opentype'),
src: url([[font:theme|custm_fontName_Core_eot_755879.eot]]) format('embedded-opentype'),
src: url([[font:theme|custm_fontName_Core_woff_755893.woff]])format('woff'),
src: url([[font:theme|custm_fontName_Core_woff2_755903.woff2]])format('woff2');
font-weight: normal;
font-style: normal;
}
Thanks in advance,
Rajaguru.V