estimancy/projestimate

View on GitHub
app/assets/font/font-awesome.css.erb

Summary

Maintainability
Test Coverage
@font-face {
    font-family: "FontAwesome";
    src: url('<%= asset_path('fontawesome-webfont.eot') %>');
    src: url('<%= asset_path('fontawesome-webfont.eot') + '?#iefix' %>') format('eot'), url('<%= asset_path('fontawesome-webfont.woff') %>') format('woff'), url('<%= asset_path('fontawesome-webfont.ttf') %>') format('truetype'), url('<%= asset_path('fontawesome-webfont.svg') + '#FontAwesome' %>') format('svg');
    font-weight: normal;
    font-style: normal;
}