Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Commit

Permalink
Remove cache busting query strings
Browse files Browse the repository at this point in the history
  • Loading branch information
barrymieny committed Jul 24, 2016
1 parent 08ff687 commit c8cae11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/stylesheets/materialdesignicons.css.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

@font-face {
font-family: "Material Design Icons";
src: url("<%= font_path("materialdesignicons-webfont.eot?v=#{MaterialDesignIcons::MDI_VERSION}") %>");
src: url("<%= font_path("materialdesignicons-webfont.eot?#iefix&v=#{MaterialDesignIcons::MDI_VERSION}") %>") format("embedded-opentype"), url("<%= font_path("materialdesignicons-webfont.woff2?v=#{MaterialDesignIcons::MDI_VERSION}") %>") format("woff2"), url("<%= font_path("materialdesignicons-webfont.woff?v=#{MaterialDesignIcons::MDI_VERSION}") %>") format("woff"), url("<%= font_path("materialdesignicons-webfont.ttf?v=#{MaterialDesignIcons::MDI_VERSION}") %>") format("truetype"), url("<%= font_path("materialdesignicons-webfont.svg?v=#{MaterialDesignIcons::MDI_VERSION}") %>#materialdesigniconsregular") format("svg");
src: url("<%= font_path('materialdesignicons-webfont.eot') %>");
src: url("<%= font_path('materialdesignicons-webfont.eot?#iefix') %>") format("embedded-opentype"), url("<%= font_path('materialdesignicons-webfont.woff2') %>") format("woff2"), url("<%= font_path('materialdesignicons-webfont.woff') %>") format("woff"), url("<%= font_path('materialdesignicons-webfont.ttf') %>") format("truetype"), url("<%= font_path('materialdesignicons-webfont.svg') %>#materialdesigniconsregular") format("svg");
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit c8cae11

Please sign in to comment.