diff --git a/fonts/lexend-v19-latin-600.woff2 b/fonts/lexend-v19-latin-600.woff2
deleted file mode 100644
index 17519ab..0000000
Binary files a/fonts/lexend-v19-latin-600.woff2 and /dev/null differ
diff --git a/fonts/lexend-v19-latin-700.woff2 b/fonts/lexend-v19-latin-700.woff2
deleted file mode 100644
index 1703656..0000000
Binary files a/fonts/lexend-v19-latin-700.woff2 and /dev/null differ
diff --git a/fonts/lexend-v19-latin-900.woff2 b/fonts/lexend-v19-latin-900.woff2
deleted file mode 100644
index abea4a5..0000000
Binary files a/fonts/lexend-v19-latin-900.woff2 and /dev/null differ
diff --git a/fonts/lexend-v19-latin-regular.woff2 b/fonts/lexend-v19-latin-regular.woff2
deleted file mode 100644
index debbd37..0000000
Binary files a/fonts/lexend-v19-latin-regular.woff2 and /dev/null differ
diff --git a/fonts/readex-pro-v22-latin-600.woff2 b/fonts/readex-pro-v22-latin-600.woff2
new file mode 100644
index 0000000..dc69966
Binary files /dev/null and b/fonts/readex-pro-v22-latin-600.woff2 differ
diff --git a/fonts/readex-pro-v22-latin-700.woff2 b/fonts/readex-pro-v22-latin-700.woff2
new file mode 100644
index 0000000..27a6263
Binary files /dev/null and b/fonts/readex-pro-v22-latin-700.woff2 differ
diff --git a/fonts/readex-pro-v22-latin-regular.woff2 b/fonts/readex-pro-v22-latin-regular.woff2
new file mode 100644
index 0000000..e621f6b
Binary files /dev/null and b/fonts/readex-pro-v22-latin-regular.woff2 differ
diff --git a/themes/leilukin/layouts/default.twig b/themes/leilukin/layouts/default.twig
index d240d2e..15e3cb1 100644
--- a/themes/leilukin/layouts/default.twig
+++ b/themes/leilukin/layouts/default.twig
@@ -23,29 +23,22 @@
-
-
+
+
{{ theme.feeds() }}
diff --git a/themes/leilukin/stylesheets/all.css b/themes/leilukin/stylesheets/all.css
index 1d4766a..5f95151 100644
--- a/themes/leilukin/stylesheets/all.css
+++ b/themes/leilukin/stylesheets/all.css
@@ -1,3 +1,10 @@
+@font-face {
+ font-display: swap;
+ font-family: 'Readex Pro';
+ font-style: normal;
+ font-weight: 600;
+ src: url('/fonts/readex-pro-v22-latin-600.woff2') format('woff2');
+}
@font-face {
font-display: swap;
font-family: 'Intel One Mono';
@@ -31,7 +38,7 @@
background-color: #d090ff;
}
body {
- font-family: Lexend, Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
+ font-family: 'Readex Pro', Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
font-size: 1.2rem;
color: #ffffff;
line-height: 1.5;