Merge pull request #381 from philippbayer/master

Another try at assets fix
This commit is contained in:
Philipp Bayer
2017-06-02 22:18:42 +08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -6,6 +6,6 @@
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../assets/glyphicons-halflings-regular.eot');
src: url('../assets/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../assets/glyphicons-halflings-regular.woff') format('woff'), url('../assets/glyphicons-halflings-regular.ttf') format('truetype'), url('../assets/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
src: url(asset_path('glyphicons-halflings-regular.eot');
src: url(asset_path('glyphicons-halflings-regular.eot?#iefix')) format('embedded-opentype'), url(asset_path('glyphicons-halflings-regular.woff')) format('woff'), url(asset_path('glyphicons-halflings-regular.ttf')) format('truetype'), url(asset_path('glyphicons-halflings-regular.svg#glyphicons_halflingsregular')) format('svg');
}

File diff suppressed because one or more lines are too long