Updated index.html template

pull/126/head
Sheng 2020-01-23 19:20:43 +08:00
parent 8901eb0580
commit 8d9eeb0bc1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
.btn-danger {
margin-left: 5px;
}
{% if font.url %}
{% if font.family %}
@font-face {
font-family: '{{ font.family }}';
src: url('{{ font.url }}');