Use kontakt font (Maven Pro)

pull/1/head
Luca 3 years ago
parent 14ef1824c2
commit 03cf70463e

@ -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">

Loading…
Cancel
Save