fix icon bug
This commit is contained in:
parent
3465e47ba8
commit
2094f465fd
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "tinper-bee-core",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.4",
|
||||
"description": "style core and js util for tinper-bee",
|
||||
"main": "js/index.js",
|
||||
"engines": {
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
|
||||
@font-face {font-family: "uf";
|
||||
src: url('./iconfont.eot?t=1472092777'); /* IE9*/
|
||||
src: url('./iconfont.eot?t=1472092777#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('./iconfont.woff?t=1472092777') format('woff'), /* chrome, firefox */
|
||||
url('./iconfont.ttf?t=1472092777') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
||||
url('./iconfont.svg?t=1472092777#uf') format('svg'); /* iOS 4.1- */
|
||||
src: url('../node_modules/tinper-bee-core/scss/iconfont.eot?t=1472092777'); /* IE9*/
|
||||
src: url('../node_modules/tinper-bee-core/scss/iconfont.eot?t=1472092777#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
||||
url('../node_modules/tinper-bee-core/scss/iconfont.woff?t=1472092777') format('woff'), /* chrome, firefox */
|
||||
url('../node_modules/tinper-bee-core/scss/iconfont.ttf?t=1472092777') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
||||
url('../node_modules/tinper-bee-core/scss/iconfont.svg?t=1472092777#uf') format('svg'); /* iOS 4.1- */
|
||||
}
|
||||
|
||||
.uf {
|
||||
|
|
Loading…
Reference in New Issue