diff --git a/app/assets/stylesheets/source-sans-pro.css.erb b/app/assets/stylesheets/source-sans-pro.css.erb index 2769802..989f8de 100644 --- a/app/assets/stylesheets/source-sans-pro.css.erb +++ b/app/assets/stylesheets/source-sans-pro.css.erb @@ -2,13 +2,13 @@ font-family: 'Source Sans Pro'; font-style: normal; font-weight: 300; - src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url("<%= asset_path("SourceSansPro-Light.ttf") %>") format('truetype'); + src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('<%= asset_path("SourceSansPro-Light.ttf") %>') format('truetype'); } @font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; - src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url("<%= asset_path("SourceSansPro-Regular.ttf") %>") format('truetype'); + src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('<%= asset_path("SourceSansPro-Regular.ttf") %>') format('truetype'); } @font-face { font-family: 'Source Sans Pro'; diff --git a/vendor/assets/stylesheets/bootstrap.css.erb b/vendor/assets/stylesheets/bootstrap.css.erb index 812a487..2e12d6f 100644 --- a/vendor/assets/stylesheets/bootstrap.css.erb +++ b/vendor/assets/stylesheets/bootstrap.css.erb @@ -2386,7 +2386,7 @@ input[type="button"].btn-block { @font-face { font-family: 'Glyphicons Halflings'; 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'); + 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'); } .glyphicon {