{% load django_bootstrap5 %}
{% bootstrap_form form %}
<input type="submit" class="btn btn-dark rounded-pill col-6 mt-3">
head.html에 내용 추가
<style>
@font-face {
font-family: 'NanumSquareRoundOTFB';
src: local('NanumSquareRoundOTFB'),
url("{% static 'fonts/NanumSquareRoundOTFB.otf' %}") format("opentype");
}