Skip to content

Commit

Permalink
change back the font to 'Inter'
Browse files Browse the repository at this point in the history
  • Loading branch information
errorassassin committed Dec 3, 2023
1 parent e680e09 commit 175dc23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/templates/base_new.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

</head>

<body class="relative min-h-[100vh] flex flex-col bg-[#F7F7F7] font-['Ubuntu']">
<body class="relative min-h-[100vh] flex flex-col bg-[#F7F7F7] font-['Inter']">

{% comment %} navigation {% endcomment %}
{% include "includes/header.html" %}
Expand Down

0 comments on commit 175dc23

Please sign in to comment.