javascript - element font file is not displayed when using vue
阿神
阿神 2017-05-19 10:35:25
0
1
493
Failed to decode downloaded font: http://manage.ebook.meizu.com/manage/column/orignal2/b02bdc1b846fd65473922f5f62832108.ttf
index:1 OTS parsing error: invalid version tag


The loader used has been changed twice to no avail. They are:

{ test: /\.(woff|woff2?|eot|ttf|otf|svg)/, loader: "file-loader" },

and

{
                test: /\.(eot|svg|ttf|woff|woff2)(\?\S*)?$/,
                loader: 'file-loader'
            },
阿神
阿神

闭关修行中......

reply all(1)
过去多啦不再A梦

Maybe the path is wrong

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template