Remove Google font

This commit is contained in:
Baptiste Jonglez 2023-12-03 20:06:43 +01:00
parent fc1e8b9118
commit 913095a97e
2 changed files with 2 additions and 10 deletions

View file

@ -35,10 +35,10 @@
}
.post-header .meta .date .day {
font-family: "Playfair Display", serif;
font-family: serif;
font-weight: 700;
line-height: 0.75em;
font-size: 2em;
font-size: 1.5em;
display: block;
margin: 0 0 0.5rem 0;
}

View file

@ -28,14 +28,6 @@
gtag('config', '{{ config.extra.google_analytics_tag_id }}');
</script>
{% endif -%}
<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=Inter:wght@400;700&family=Playfair+Display:wght@700&display=swap" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css2?family=Andada+Pro&display=swap&family=Playfair+Display"
rel="stylesheet">
<link rel="stylesheet"
href="{{ get_url(path='base.css',trailing_slash=false)|safe}}">
<script src="https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.28.0/feather.min.js"