Changed the font

This commit is contained in:
nethra 2025-07-02 23:07:44 +05:30
parent 10e7bcad89
commit 53adeb5aa9
2 changed files with 18 additions and 0 deletions

View File

@ -6511,6 +6511,21 @@ color: var(--ztc-text-text-1);
padding: 0;
}
}
.blog-auhtor-details-name {
font-family: 'Inter', sans-serif; /* match your site font */
font-size: 18px;
font-weight: 600;
color: #000; /* or #222 depending on rest of your theme */
margin-top: 12px;
}
.blog-auhtor-details-post {
font-family: 'Inter', sans-serif;
font-size: 15px;
color: #666;
margin-bottom: 8px;
}
.blog-details-section .blog-deatils-content h3 {
color: var(--ztc-text-text-2);

View File

@ -659,6 +659,9 @@
}
}
.blog-auhtor-details {
h3 {
color: var(--ztc-text-text-2);