style: replace Lora with Urbanist for a cooler, modern character
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
This commit is contained in:
@@ -34,11 +34,11 @@
|
|||||||
--color-gray-100: #f5f5f5;
|
--color-gray-100: #f5f5f5;
|
||||||
|
|
||||||
/* Font Families - Mapping to standard Tailwind keys for 'prose' compatibility */
|
/* Font Families - Mapping to standard Tailwind keys for 'prose' compatibility */
|
||||||
--font-serif: "Lora", serif;
|
--font-serif: "Playfair Display", serif;
|
||||||
--font-heading: "Playfair Display", serif;
|
--font-heading: "Playfair Display", serif;
|
||||||
|
|
||||||
/* Set Lora as the default 'sans' as well so 'prose' picks it up automatically */
|
/* Set Urbanist as the default 'sans' for a modern, cool, and stylish character */
|
||||||
--font-sans: "Lora", serif;
|
--font-sans: "Urbanist", sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Light Theme Overrides */
|
/* Light Theme Overrides */
|
||||||
@@ -57,7 +57,7 @@ html[data-theme='light'] {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--bg-primary);
|
background-color: var(--bg-primary);
|
||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
font-family: var(--font-serif);
|
font-family: var(--font-sans);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
<link rel="stylesheet" href="{{asset "built/screen.css"}}">
|
<link rel="stylesheet" href="{{asset "built/screen.css"}}">
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
|
||||||
|
|
||||||
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
||||||
<script src="https://unpkg.com/htmx.org@2.0.0"></script>
|
<script src="https://unpkg.com/htmx.org@2.0.0"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user