When I test my website using capybara-webkit and I take a screenshot, @font-face declarations in CSS are ignored.
This is especially bad because I am using FontAwesome, so there will be major differences to how the page is displayed in a real browser.
How to reproduce: https://gist.github.com/anonymous/4948827
Output: https://i.sstatic.net/lBbFn.jpg
Is there any way to fix this?