Changed the font
This commit is contained in:
parent
10e7bcad89
commit
53adeb5aa9
@ -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);
|
||||
|
||||
@ -659,6 +659,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.blog-auhtor-details {
|
||||
h3 {
|
||||
color: var(--ztc-text-text-2);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user