Font-face not working in IE, otf font
问题 I know this was asked multiple times, but I couldn't get it to work after trying them. This is the simple CSS I am using to import a custom font. Also, I am using this with bootstrap. @font-face { font-family: Montserrat-Black; src: url(Montserrat-Black.otf); } It's not working in IE11 itself. Please help me out. Thank you. 回答1: Internet explorer use eot format (legacy) or woff. See MSDN Anyway i use this code for maximum compatibility: @font-face { font-family: 'MyWebFont'; src: url('webfont