在Django模板中导入字体

时间:2017-07-08 16:57:59

标签: python html css django fonts

我想在django模板中导入一个字体

我使用此代码

@font-face {
    font-family: 'sans-serif';
    src: url('{% static 'fonts/20db.otf' %}');
}

This is where my static file is.

0 个答案:

没有答案