Skip to content

Commit

Permalink
Update fornt
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Dec 9, 2024
1 parent 56a8a51 commit fe79f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext-unckan/ckanext/unckan/assets/css/unckan.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Define font for all site */
body {
font-family: 'Monserrat', 'Reforma1918', sans-serif;
font-family: 'Montserrat', sans-serif;
height: 100%;
}

Expand Down
1 change: 1 addition & 0 deletions ckanext-unckan/ckanext/unckan/templates/base.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% ckan_extends %}

{% block styles %}
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
{{ super() }}
{% asset 'unckan/unckan-css' %}
{% endblock %}
Expand Down

0 comments on commit fe79f9b

Please sign in to comment.