Change font to Arimo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-04-22 17:26:22 -04:00
parent 7ef3ff5126
commit 2c4e4a17f0
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
2 changed files with 6 additions and 2 deletions

View file

@ -65,8 +65,8 @@
</div> </div>
</div> </div>
</div> </div>
<div class="w-layout-vflex flex-block-2 purple"> <div class="w-layout-vflex flex-block-2 purple" style="background-color:#552a85">
<div id="header-elements" style="align-items: flex-start;background-color:#552a85"> <div id="header-elements" style="align-items: flex-start">
<h1 class="heading-8" style="font-size: 72px; margin-top: 20px;">{{title}}</h1> <h1 class="heading-8" style="font-size: 72px; margin-top: 20px;">{{title}}</h1>
<div class="w-layout-hflex flex-block-3" style="margin-bottom: 10px;"> <div class="w-layout-hflex flex-block-3" style="margin-bottom: 10px;">
{% for author in authors %} {% for author in authors %}

View file

@ -4,6 +4,10 @@
--gap: calc(1rem * 12.5 / 16); --gap: calc(1rem * 12.5 / 16);
} }
body {
font-family: 'Arimo', sans-serif;
}
.w-layout-vflex { .w-layout-vflex {
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;