Skip to content

Fix change to font #814

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{% extends "!layout.html" %}

<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Flex" />

{% block content %}

{% if pagename == 'index' %}

<div class="hs-cta-embed hs-cta-simple-placeholder hs-cta-embed-113594058449"
style="max-width:100%; max-height:100%; width:210px;height:42.390625px; float: right;" data-hubspot-wrapper-cta-id="113594058449">
<a href="https://cta-eu1.hubspot.com/web-interactives/public/v1/track/redirect?encryptedPayload=AVxigLJ8F1aVfdJXGetAauM2Ao0F5OyUVxl26wDf6atndTEvuSPXAPNybaSR1lDg7fHjQ0upUzchcnCBbAjN6hs4ELVxYhPsZ3H%2BA%2Bu2ew%2Ffw6dfR8GhK8cl%2FjZIakjELKQLCND8xmNpZopfIaLSnQruPA%2FaZfJ%2FvtqpwlEYolaj34hIu2AfSoX8SOXlq%2Fw%3D&webInteractiveContentId=113594058449&portalId=26493592" target="_blank" rel="noopener" crossorigin="anonymous">
Expand Down Expand Up @@ -34,6 +33,7 @@

{%- block extrahead %}
{{ super() }}
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,[email protected],100..1000&display=swap">
<link rel="stylesheet" href="https://cdn.foundries.io/cookie-consent/2.0.1/cookie-consent.css">

<script data-analytics="1" data-cookie-consent="analytics" type="text/plain" async src="https://www.googletagmanager.com/gtag/js?id=G-RQKGR35S47"></script>
Expand Down