October 15, 201114 yr Hi I've done a quick search on this forum but some of the threads are quite old so obviously things have progressed since then. I am wondering, as of October 2011, what is the most reliable cross-browser method of embedding a font? I want to reach as many people as possible without a glitch.
October 15, 201114 yr Another +1 for FontSquirrel. Very easy, and worked with all the browsers I tested it with.
October 15, 201114 yr Don't recall off the top of my head what FontSquirrel generates, but the most reliable I know of is smiley face. Edit - cancel that, my know-how's out of date. You want the Fontspring syntax (which is what FontSquirrel generates): @font-face { font-family: 'Graublau Web'; src: url('GraublauWeb.eot?') format('eot'), url('GraublauWeb.woff') format('woff'), url('GraublauWeb.ttf') format('truetype'); } Edited October 15, 201114 yr by Renaissance-Design
Create an account or sign in to comment