refactor: Replace Google Fonts with system fonts for improved performance and consistency
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user