refactor: Replace Google Fonts with system fonts for improved performance and consistency

This commit is contained in:
2026-05-27 13:31:30 +02:00
parent 296c25192d
commit f68906f3cb
5 changed files with 157 additions and 48 deletions
+2 -2
View File
@@ -72,7 +72,7 @@
font-size: 1.8rem;
color: var(--text-main);
margin-bottom: 0.5rem;
font-family: "Merriweather", Georgia, serif;
font-family: Arial, Helvetica, sans-serif;
}
.video-meta {
@@ -188,7 +188,7 @@
margin-bottom: 0.5rem;
font-weight: 600;
line-height: 1.4;
font-family: "Merriweather", Georgia, serif;
font-family: Arial, Helvetica, sans-serif;
}
.tutorial-card-meta {