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
0ba3ca9754
commit
7ef3ff5126
1 changed files with 5 additions and 1 deletions
|
@ -43,6 +43,10 @@
|
||||||
type="text/javascript">!function (o, c) {var n = c.documentElement, t = " w-mod-"; n.className += t + "js", ("ontouchstart" in o || o.DocumentTouch && c instanceof DocumentTouch) && (n.className += t + "touch")}(window, document);</script>
|
type="text/javascript">!function (o, c) {var n = c.documentElement, t = " w-mod-"; n.className += t + "js", ("ontouchstart" in o || o.DocumentTouch && c instanceof DocumentTouch) && (n.className += t + "touch")}(window, document);</script>
|
||||||
<link href="{{base_url}}/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
|
<link href="{{base_url}}/images/favicon.ico" rel="shortcut icon" type="image/x-icon">
|
||||||
<link href="{{base_url}}/images/webclip.png" rel="apple-touch-icon">
|
<link href="{{base_url}}/images/webclip.png" rel="apple-touch-icon">
|
||||||
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
|
<link href="https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap"
|
||||||
|
rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -62,7 +66,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-layout-vflex flex-block-2 purple">
|
<div class="w-layout-vflex flex-block-2 purple">
|
||||||
<div id="header-elements" style="align-items: flex-start;">
|
<div id="header-elements" style="align-items: flex-start;background-color:#552a85">
|
||||||
<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 %}
|
||||||
|
|
Loading…
Reference in a new issue