/ Published in: CSS
URL: http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/#smiley
This @font-face hack did not seem to work as well for me as others. Was usable though.
Expand |
Embed | Plain Text
@font-face { font-family: 'Test Font'; src: url('testFont.eot'); src: local('�¢ï¿½�º'), url('testFont.otf') format('opentype'); }
You need to login to post a comment.
