I\'m using the latest version of google chrome and it won\'t render font face at all.
I\'m running Debian Linux, and all other browsers , including Chromium , show
@font-face { font-family: 'FONT-NAME'; src: url('RELATIVE-FONT-URL') format('FONT-FORMAT'); } div { font-family: 'FONT-NAME'; font-weight: normal; font-style: normal; }
Adding the font-weight and font-style with normal in value worked for me.