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
If you put your font files in a folder named "fonts" and your CSS files in the folder named "style",then you should write the url like this
@font-face { font-weight: bold; font-family: Dejaweb; src: url('../fonts/DejaWeb-Bold.ttf'); }
I just corrected the same mistake like this.