Skip to content

Commit

Permalink
add Inter font to base template (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored Apr 24, 2024
1 parent b76e08d commit 34c9cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added

- `partialdef` template tag from `django-template-partials` has been added to the config for `djlint`.
- Added Inter font to `base.html` template.

### Changed

Expand Down
2 changes: 2 additions & 0 deletions src/django_twc_project/templates/base.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
</title>
<meta name="description" content="">
<meta name="author" content="">
<link rel="preconnect" href="https://rsms.me" preconnect>
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
{%- raw %}
{% block css %}
{% endblock css %}
Expand Down

0 comments on commit 34c9cb7

Please sign in to comment.