@mixin font-face($font-family, $file-path, $weight: normal, $style: normal ) { @font-face { font-family: $font-family; font-weight: $weight; font-style: $style; src: url('#{$file-path}.eot'); // 1 src: url('#{$file-path}.eot?#iefix') format('eot'), // 2 url('#{$file-path}.svg##{$font-family}') format('svg'), // 3 url('#{$file-path}.woff') format('woff'), // 4 url('#{$file-path}.ttf') format('truetype'); //5 }}比如这种,定义的是css3的字体文件。我想在div的font-family里面使用自己定义的字体要怎么使用例如:div{font-family: @include font-face(); //然后括号里面传参数?}
目前暂无任何回答
- 0 回答
- 0 关注
- 2157 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消