是否有我应该存储字体的默认位置?在 Rails 中,我无法加载字体,而使用从 fontsquirrel.com 下载的“字体工具包”,同一文件夹中的字体、css 和示例 html 将起作用。
这是我的CSS
@font-face {
font-family: 'RalewayThin';
src: url('fonts/raleway_thin.eot');
src: url('fonts/raleway_thin.ttf') format('truetype');
}
字体文件夹位于 /public