use New Rocker font instead of Creepster

This commit is contained in:
csd4ni3l
2025-10-25 18:46:21 +02:00
parent 78592cb848
commit e08062a732

View File

@@ -30,20 +30,20 @@
z-index: 1; z-index: 1;
} }
* { * {
font-family: 'Creepster', cursive !important; font-family: 'New Rocker', cursive !important;
} }
body { body {
background: linear-gradient(135deg, #0d0618 0%, #1a0b2e 50%, #2d1b4e 100%); background: linear-gradient(135deg, #0d0618 0%, #1a0b2e 50%, #2d1b4e 100%);
} }
</style> </style>
<link href="https://fonts.googleapis.com/css2?family=Creepster&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=New Rocker&display=swap" rel="stylesheet">
{% block head %} {% endblock %} {% block head %} {% endblock %}
</head> </head>
<body> <body>
<nav class="navbar navbar-expand-lg bg-body-tertiary"> <nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid"> <div class="container-fluid">
<a class="navbar-brand" href="/" style="font-size: 2rem; font-family: 'Creepster', cursive; color: orange;">🎃 LoginWeen</a> <a class="navbar-brand" href="/" style="font-size: 2rem; font-family: 'New Rocker', cursive; color: orange;">🎃 LoginWeen</a>
<button class="navbar-toggler" type="button", data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <button class="navbar-toggler" type="button", data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span> <span class="navbar-toggler-icon"></span>