Hello Mahesh
I tried disable plugins and reactivate them. Doesn’t help much, so I spend some time to see what could be the reason. However I can’t find an explanation. Not that it matters much. I can live with it.
You can see the difference here:
Font in Backend of WordPress: https://drive.google.com/file/d/0B4HI4KBqITK_WUpYbTE1VTVSQlE/view?usp=drivesdk
and
Frontend: https://drive.google.com/file/d/0B4HI4KBqITK_R1piemZmalVWZFE/view?usp=drivesdk
I setup the fonts in Custom CSS in the Theme (With affect the Frontend but not the Backend as you can see from pictures):
h1 {
text-shadow: 5px 5px 5px #cccccc;
font-size: 35px;
font-weight: bold;
text-align: center;
font-family: Cabin;}
h3 {
text-shadow: 5px 5px 5px #cccccc;
font-size: 26x;
font-weight: bold;
color: #000000;
font-family: Cabin;}
h4 {
font-size: 20px;
font-weight: bold;
color: #000000;
font-family: Cabin;}
h5 {
font-size: 18px;
font-family: Cabin;}
h6 {
font-size: 14px;
font-family: Cabin;}
paragraph {
font-size: 20px;
font-family: Cabin;}
.tc-header {
min-height: 45px; /* Adjust to suit */
height: 60px; /* Adjust to suit */
max-height: 75px; /* Adjust to suit */
}
Best Regards
Claus Gamborg