use new fonts
All checks were successful
Build and Push Docker Image / build (push) Successful in 18s

This commit is contained in:
Corban-Lee Jones 2024-08-22 18:16:53 +01:00
parent c8eee1e971
commit 52412a3c32
2 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,7 @@
<div id="noSelectedServer" class="h-100">
<div class="d-flex justify-content-center align-items-center flex-column h-100">
<img src="{% static '/images/pyrss_logo.webp' %}" alt="PYRSS Logo">
<h1 class="fw-bold mb-4">PYRSS</h1>
<h1 class="fw-bold mb-4 font-atkinson-hyperlegible">PYRSS</h1>
<div class="d-flex align-items-center flex-nowrap flex-column">
<p class="col-lg-8 text-center">Select or <a onclick="newServerModal();" class="text-link text-decoration-none" role="button">add a server</a> from the left hand menu to get started. For more help check the <a href="https://gitea.corbz.dev/corbz/PYRSS-Website/src/branch/master/README.md" class="text-decoration-none" target="_blank">README</a>.</p>
<div class="col-lg-8 text-center">

View File

@ -39,9 +39,10 @@
<link type="text/css" rel="stylesheet" href="{% static '/css/select2.min.css' %}">
<link type="text/css" rel="stylesheet" href="{% static '/css/select2-bootstrap.min.css' %}">
{% include "includes/fonts.html" %}
{% block stylesheets %}{% endblock stylesheets %}
</head>
<body data-bs-theme="light" class="bg-body d-flex flex-column vh-100 overflow-hidden">
<body data-bs-theme="light" class="bg-body d-flex flex-column vh-100 overflow-hidden font-sora">
{% include 'includes/navbar.html' %}