Change font to Arimo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
7ef3ff5126
commit
2c4e4a17f0
2 changed files with 6 additions and 2 deletions
|
@ -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 %}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue