Chromium bug work-around.

This fixed our issue with chromium not showing the proper icons since chromium only accepts tiffs.
This commit is contained in:
Taylor Stackpole 2013-10-24 14:47:14 -07:00
parent 4e92eeb8ec
commit 40329e12ce

View File

@ -12,3 +12,10 @@
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: 'FontAwesome';
src: url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype');
}
}