2
0
Fork 0

Use kontakt font (Maven Pro)

This commit is contained in:
Luca 2022-05-10 11:19:42 +02:00
parent 14ef1824c2
commit 03cf70463e
2 changed files with 10 additions and 0 deletions

Binary file not shown.

View File

@ -8,6 +8,16 @@
<link rel="icon" href="{% static 'tonkakt.svg' %}" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="{% static 'bulma.min.css' %}">
<link rel="stylesheet" href="{% static 'bulma-prefers-dark.min.css' %}">
<style>
@font-face {
font-family: "Maven Pro";
src: url("{% static 'MavenPro-VariableFont:wght.ttf' %}");
}
* {
font-family: "Maven Pro", sans-serif !important;
}
</style>
</head>
<body>
<nav class="navbar">