How to display font style correctly in the front page?

edited August 2014 in Fonts
I  put in the custom CSS:
@import url(http://fonts.googleapis.com/css?family=Hanuman:400,700|Content:400,700|Preahvihear|Siemreap|Moul);

.khmerTxt{
font-family: 'Hanuman', serif;
}

.khmerTxt2{
font-family: 'Content', cursive;
}

.khmerTxt3{
font-family: 'Siemreap', cursive;
}

.khmerTitle{
font-family: 'Preahvihear', cursive;
}

.khmerTitle2{
font-family: 'Moul', cursive;
}

.widget_latest_posts{
font-family: 'Preahvihear', Amaranth, sans-serif;
}

And all works fine when view in individual post or page, but cannot display the snippets right on the front page.
Will the widget be fine too with my code above?

Comments

Sign In or Register to comment.