From bf2b665b7a6ad8a05b636b5df7fe1710b56f9207 Mon Sep 17 00:00:00 2001
From: Helen Chong <119173961+helenclx@users.noreply.github.com>
Date: Mon, 23 Dec 2024 22:26:35 +0800
Subject: [PATCH] Ensure Lexend font family is applied to all pages
---
themes/leilukin/layouts/default.twig | 10 +++++-----
themes/leilukin/stylesheets/all.css | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/themes/leilukin/layouts/default.twig b/themes/leilukin/layouts/default.twig
index 0955fa9..df8d8d9 100644
--- a/themes/leilukin/layouts/default.twig
+++ b/themes/leilukin/layouts/default.twig
@@ -22,29 +22,29 @@
-
-
+
+
{{ theme.feeds() }}
diff --git a/themes/leilukin/stylesheets/all.css b/themes/leilukin/stylesheets/all.css
index 5aa3268..1df0814 100644
--- a/themes/leilukin/stylesheets/all.css
+++ b/themes/leilukin/stylesheets/all.css
@@ -31,7 +31,7 @@
background-color: #d090ff;
}
body {
- font-family: "Lexend", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
+ font-family: Lexend, Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-size: 1.2rem;
color: #ffffff;
line-height: 1.5;