Updated index.html template

This commit is contained in:
Sheng
2020-01-23 19:20:43 +08:00
parent 8901eb0580
commit 8d9eeb0bc1
+1 -1
View File
@@ -24,7 +24,7 @@
.btn-danger { .btn-danger {
margin-left: 5px; margin-left: 5px;
} }
{% if font.url %} {% if font.family %}
@font-face { @font-face {
font-family: '{{ font.family }}'; font-family: '{{ font.family }}';
src: url('{{ font.url }}'); src: url('{{ font.url }}');