Yes it is possible. I just had to remove the @ font-face font from the site on which I applied it, or associate a working example with it.
Here is what I did for CSS:
@font-face { font-family: 'QuicksandBook'; src: url('/media/fonts/Quicksand_Book.eot'); src: local('Quicksand Book'), local('QuicksandBook-Regular'), url('/media/fonts/Quicksand_Book.ttf') format('truetype'); } html, body, input, textarea { font-family: QuicksandBook, Arial, sans-serif; }
source share