perf: remove Google Fonts — system font stack for body and headings; rebuild site.css -48%
This commit is contained in:
+66
-41
@@ -16,26 +16,7 @@
|
||||
rel="icon"
|
||||
href="https://odoo4projects.com/web/image/website/1/favicon?unique=725c3af"
|
||||
/>
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
rel="preload"
|
||||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
|
||||
as="style"
|
||||
onload="
|
||||
this.onload = null;
|
||||
this.rel = 'stylesheet';
|
||||
"
|
||||
/>
|
||||
<noscript
|
||||
><link
|
||||
rel="stylesheet"
|
||||
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
|
||||
/></noscript>
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Lora:wght@600;700&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
@@ -118,9 +99,9 @@
|
||||
|
||||
body {
|
||||
font-family:
|
||||
"Inter",
|
||||
system-ui,
|
||||
-apple-system,
|
||||
"Segoe UI",
|
||||
sans-serif;
|
||||
background-color: var(--cream);
|
||||
color: var(--muted);
|
||||
@@ -132,7 +113,7 @@
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
font-family: "Lora", Georgia, "Times New Roman", serif;
|
||||
font-family: Georgia, "Times New Roman", Cambria, serif;
|
||||
color: var(--brown);
|
||||
line-height: 1.25;
|
||||
}
|
||||
@@ -169,7 +150,11 @@
|
||||
justify-content: center;
|
||||
background-color: var(--terra);
|
||||
color: var(--white);
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family:
|
||||
system-ui,
|
||||
-apple-system,
|
||||
"Segoe UI",
|
||||
sans-serif;
|
||||
font-weight: 700;
|
||||
font-size: 0.9375rem;
|
||||
padding: 0.875rem 2rem;
|
||||
@@ -196,7 +181,11 @@
|
||||
justify-content: center;
|
||||
background-color: transparent;
|
||||
color: var(--white);
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family:
|
||||
system-ui,
|
||||
-apple-system,
|
||||
"Segoe UI",
|
||||
sans-serif;
|
||||
font-weight: 600;
|
||||
font-size: 0.9375rem;
|
||||
padding: 0.875rem 2rem;
|
||||
@@ -272,7 +261,11 @@
|
||||
border: 1px solid rgba(255, 255, 255, 0.32);
|
||||
color: var(--white);
|
||||
font-size: 0.8375rem;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family:
|
||||
system-ui,
|
||||
-apple-system,
|
||||
"Segoe UI",
|
||||
sans-serif;
|
||||
border-radius: 9999px;
|
||||
padding: 0.45rem 1rem;
|
||||
cursor: pointer;
|
||||
@@ -337,7 +330,7 @@
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
.hero-headline {
|
||||
font-family: "Lora", Georgia, serif;
|
||||
font-family: Georgia, "Times New Roman", Cambria, serif;
|
||||
font-size: clamp(2.1rem, 4.2vw, 3.35rem);
|
||||
font-weight: 700;
|
||||
color: var(--white);
|
||||
@@ -365,7 +358,11 @@
|
||||
border-top: 1px solid rgba(255, 255, 255, 0.18);
|
||||
}
|
||||
.hero-stat__num {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family:
|
||||
system-ui,
|
||||
-apple-system,
|
||||
"Segoe UI",
|
||||
sans-serif;
|
||||
font-size: 2.5rem;
|
||||
font-weight: 700;
|
||||
color: var(--white);
|
||||
@@ -404,7 +401,7 @@
|
||||
margin-bottom: 0.85rem;
|
||||
}
|
||||
.hero-kpi-card__title {
|
||||
font-family: "Lora", Georgia, serif;
|
||||
font-family: Georgia, "Times New Roman", Cambria, serif;
|
||||
font-size: 1.55rem;
|
||||
font-weight: 700;
|
||||
color: var(--white);
|
||||
@@ -541,7 +538,11 @@
|
||||
display: none;
|
||||
}
|
||||
.impact-num {
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family:
|
||||
system-ui,
|
||||
-apple-system,
|
||||
"Segoe UI",
|
||||
sans-serif;
|
||||
font-size: clamp(2.25rem, 4vw, 3.1rem);
|
||||
font-weight: 700;
|
||||
color: var(--white);
|
||||
@@ -565,7 +566,7 @@
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
.section-title {
|
||||
font-family: "Lora", Georgia, serif;
|
||||
font-family: Georgia, "Times New Roman", Cambria, serif;
|
||||
font-size: clamp(1.8rem, 3vw, 2.55rem);
|
||||
font-weight: 700;
|
||||
color: var(--brown);
|
||||
@@ -599,7 +600,11 @@
|
||||
#blog-toggle {
|
||||
background: none;
|
||||
border: none;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family:
|
||||
system-ui,
|
||||
-apple-system,
|
||||
"Segoe UI",
|
||||
sans-serif;
|
||||
font-size: 0.9375rem;
|
||||
font-weight: 600;
|
||||
color: var(--terra);
|
||||
@@ -659,7 +664,7 @@
|
||||
color: var(--muted);
|
||||
}
|
||||
.blog-card-title {
|
||||
font-family: "Lora", Georgia, serif;
|
||||
font-family: Georgia, "Times New Roman", Cambria, serif;
|
||||
font-size: 1.1rem;
|
||||
font-weight: 700;
|
||||
color: var(--brown);
|
||||
@@ -677,7 +682,11 @@
|
||||
margin-top: 0.375rem;
|
||||
background: none;
|
||||
border: none;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family:
|
||||
system-ui,
|
||||
-apple-system,
|
||||
"Segoe UI",
|
||||
sans-serif;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 600;
|
||||
color: var(--terra);
|
||||
@@ -714,7 +723,7 @@
|
||||
margin-bottom: 0.875rem;
|
||||
}
|
||||
.trial-heading {
|
||||
font-family: "Lora", Georgia, serif;
|
||||
font-family: Georgia, "Times New Roman", Cambria, serif;
|
||||
font-size: clamp(1.7rem, 2.6vw, 2.25rem);
|
||||
font-weight: 700;
|
||||
color: var(--white);
|
||||
@@ -826,7 +835,11 @@
|
||||
border-radius: 1.1rem;
|
||||
padding: 0.8rem 1.15rem;
|
||||
font-size: 0.9125rem;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family:
|
||||
system-ui,
|
||||
-apple-system,
|
||||
"Segoe UI",
|
||||
sans-serif;
|
||||
color: var(--brown);
|
||||
background-color: var(--cream-card);
|
||||
outline: none;
|
||||
@@ -850,7 +863,11 @@
|
||||
width: 100%;
|
||||
background-color: var(--terra);
|
||||
color: var(--white);
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family:
|
||||
system-ui,
|
||||
-apple-system,
|
||||
"Segoe UI",
|
||||
sans-serif;
|
||||
font-weight: 700;
|
||||
font-size: 1rem;
|
||||
padding: 0.9375rem 1.5rem;
|
||||
@@ -934,7 +951,7 @@
|
||||
margin-bottom: 0.875rem;
|
||||
}
|
||||
.meeting-heading {
|
||||
font-family: "Lora", Georgia, serif;
|
||||
font-family: Georgia, "Times New Roman", Cambria, serif;
|
||||
font-size: clamp(1.7rem, 2.6vw, 2.25rem);
|
||||
font-weight: 700;
|
||||
color: var(--brown);
|
||||
@@ -985,7 +1002,7 @@
|
||||
margin-bottom: 0.875rem;
|
||||
}
|
||||
.meeting-card__title {
|
||||
font-family: "Lora", Georgia, serif;
|
||||
font-family: Georgia, "Times New Roman", Cambria, serif;
|
||||
font-size: 1.3rem;
|
||||
font-weight: 700;
|
||||
color: var(--brown);
|
||||
@@ -1067,7 +1084,11 @@
|
||||
border: 1.5px solid rgba(255, 255, 255, 0.18);
|
||||
border-radius: 0.875rem;
|
||||
padding: 0.65rem 0.875rem;
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family:
|
||||
system-ui,
|
||||
-apple-system,
|
||||
"Segoe UI",
|
||||
sans-serif;
|
||||
font-size: 0.8rem;
|
||||
color: var(--white);
|
||||
background-color: rgba(255, 255, 255, 0.07);
|
||||
@@ -1207,7 +1228,7 @@
|
||||
margin-bottom: 0.4rem;
|
||||
}
|
||||
#blog-modal-title {
|
||||
font-family: "Lora", Georgia, serif;
|
||||
font-family: Georgia, "Times New Roman", Cambria, serif;
|
||||
font-size: 1.5rem;
|
||||
font-weight: 700;
|
||||
color: var(--brown);
|
||||
@@ -1269,7 +1290,11 @@
|
||||
#blog-modal-close-bottom {
|
||||
background-color: var(--brown);
|
||||
color: var(--white);
|
||||
font-family: "Inter", sans-serif;
|
||||
font-family:
|
||||
system-ui,
|
||||
-apple-system,
|
||||
"Segoe UI",
|
||||
sans-serif;
|
||||
font-weight: 600;
|
||||
font-size: 0.9375rem;
|
||||
padding: 0.8rem 2.75rem;
|
||||
|
||||
Reference in New Issue
Block a user