我正在尝试使用 bourbon 的 font-face mixin 让这种字体显示在我的页面标题上。
我的代码如下:
@include font-face(3dumb, '3dumb/3Dumb-webfont', normal, $asset-pipeline: true)
.header {
text-align: center;
font-family: 3dumb;
};
这应该将我的 .header 的字体设置为 3dumb 但它没有。该字体是默认浏览器字体。
我的字体存储在 assets/fonts/3dumb 中,我使用的是 rails 4。
这里有人知道如何解决这个问题吗?
在此先感谢,本