无法在 Vue.js 中加载字体

Cannot load font-face in Vue.js

从 vuejs hello world 开始,但无法加载字体。 其他人有同样的问题吗?

像这样定义你的路径:

@font-face {
    font-family: 'rajdhanibold';
    src: url('../fonts/rajdhani-bold-webfont.eot');
    /* and another sources */
}

这个对我有用:

src: url('~@/assets/fonts/rajdhani-light-webfont.woff') format('woff');