Skip to content

Commit

Permalink
enhancement: font
Browse files Browse the repository at this point in the history
  • Loading branch information
wojpo committed May 30, 2024
1 parent eafe625 commit 0fdf7d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/templates/core/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@
<link href="{% static 'fontawesomefree/css/fontawesome.css' %}" rel="stylesheet" type="text/css">
<link href="{% static 'fontawesomefree/css/brands.css' %}" rel="stylesheet" type="text/css">
<link href="{% static 'fontawesomefree/css/solid.css' %}" rel="stylesheet" type="text/css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&display=swap" rel="stylesheet">

<link rel="icon" type="image/x-icon" href="{% static 'images/favicon.png' %}">

{% block head %}
{% endblock %}
</head>
<body class="bg-gray-900 text-gray-50">
<body style=" font-family: Inter, sans-serif; font-optical-sizing: auto; font-style: normal;" class="bg-gray-900 text-gray-50">
<main class="flex flex-col h-screen w-screen">
{% language 'pl-pl' %}
{% block content %}
Expand Down

0 comments on commit 0fdf7d8

Please sign in to comment.