Commit f924b945 by xuchao

fix url to asset_path, version to 0.1.6

parent ed10391b
module BootstrapBeagle module BootstrapBeagle
VERSION = "0.1.5" VERSION = "0.1.6"
end end
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
*/ */
@font-face { @font-face {
font-family: 'Material Icons'; font-family: 'Material Icons';
/*src: url('../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), url('../fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), url('../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');*/ src: url(asset_path('material-design-icons/fonts/Material-Design-Iconic-Font.woff2?v=2.2.0')) format('woff2'), url(asset_path('material-design-icons/fonts/Material-Design-Iconic-Font.woff?v=2.2.0')) format('woff'), url(asset_path('material-design-icons/fonts/Material-Design-Iconic-Font.ttf?v=2.2.0')) format('truetype');
src: url('/assets/material-design-icons/fonts/Material-Design-Iconic-Font.woff2?v=2.2.0') format('woff2'), url('/assets/material-design-icons/fonts/Material-Design-Iconic-Font.woff?v=2.2.0') format('woff'), url('/assets/material-design-icons/fonts/Material-Design-Iconic-Font.ttf?v=2.2.0') format('truetype');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment