for change blog title we can:
- Login Blogger.com
- Template
- Edit HTML
- Press Ctrl + F for find .headline,
and change font style in point light-light below
.headline,
.headline a,
.headline a:link,
.headline a:visited,
.headline a:hover
{
font-size: 60px;
font-family: 'Khmer OS Muol Light';
text-decoration: none;
text-shadow: 0.7px 0.7px 0px rgba(153, 153, 153, 0.8), 1.4px 1.4px 0px rgba(140, 140, 140, 0.8), 2.1px 2.1px 1px rgba(122, 122, 122, 0.5), 2.8px 2.8px 0px rgba(107, 107, 107, 0.5), 3.5px 3.5px 0px rgba(92, 92, 92, 0.48);
padding: 0;
margin: 0;
color: #FFFFFF !important;
white-space: nowrap;
}
Share this