标签: 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.