Custom Fonts in Internet Explorer, Chrome, Firefox, and Safari

Getting custom fonts to work across browsers can be somewhat challenging at times; different browsers require different font formats. Internet Explorer is (unsurprisingly) the worst offender, but even Chrome and Firefox prefer different formats. To avoid all the headaches that this causes, simply use the fail safe code below: @font-face { font-family: 'CustomFontFamily'; src: url('customfont-webfont.eot?#iefix') […]

Read More