From 913095a97e65cff01fd3e67c54421f704e84a74e Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sun, 3 Dec 2023 20:06:43 +0100 Subject: [PATCH] Remove Google font --- sass/blog.scss | 4 ++-- templates/base.html | 8 -------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/sass/blog.scss b/sass/blog.scss index bff1ed3..c80cce2 100644 --- a/sass/blog.scss +++ b/sass/blog.scss @@ -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; } diff --git a/templates/base.html b/templates/base.html index 5f95d11..22999e7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -28,14 +28,6 @@ gtag('config', '{{ config.extra.google_analytics_tag_id }}'); {% endif -%} - - - -