/* 
    Document   : japanese_fonts.css
    Created on : Jun 20, 2013, 10:19:28 AM
    Author     : pmartin
    Description:
        Purpose of the stylesheet follows.
*/

body, html{
    font-family: Meiryo, Osaka, "MS PGothic", sans-serif; !important;
}
.typoHeadlineNoRender,
.typoHeadlineSmallNoRender,
h1,h2,h3,h4,h5{
    font-family: Meiryo, Osaka, "MS PGothic", sans-serif; !important;
}


