I've changed the header font e.g. "Recent Threads" from Vidaloka to Tahoma to make it more legible and to fit in with rest of the site fonts.
In Theme6 global.css
Change:
332
.thead {
background: linear-gradient(-45deg, #4b8ee5E5, #4b8ee5E5 45%, #4b8ee5 45%);
color: #f5f5f5;
padding: 14px 14px;
font-size: 12px;
font-family: 'Vidaloka', cursive;
text-transform: normal;
to
332
.thead {
background: linear-gradient(-45deg, #4b8ee5E5, #4b8ee5E5 45%, #4b8ee5 45%);
color: #f5f5f5;
padding: 14px 14px;
font-size: 12px;
font-family: 'Tahoma', cursive;
text-transform: normal;
G
In Theme6 global.css
Change:
332
.thead {
background: linear-gradient(-45deg, #4b8ee5E5, #4b8ee5E5 45%, #4b8ee5 45%);
color: #f5f5f5;
padding: 14px 14px;
font-size: 12px;
font-family: 'Vidaloka', cursive;
text-transform: normal;
to
332
.thead {
background: linear-gradient(-45deg, #4b8ee5E5, #4b8ee5E5 45%, #4b8ee5 45%);
color: #f5f5f5;
padding: 14px 14px;
font-size: 12px;
font-family: 'Tahoma', cursive;
text-transform: normal;
G