Commit 7cf9c952 by xuchao

use /assets/ to .css format

parent 009e5069
module BootstrapBeagle
VERSION = "0.1.2"
VERSION = "0.1.3"
end
......@@ -5,7 +5,7 @@
@font-face {
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-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