@font-face {
    font-family: 'welcome';
    src: url('./../fonts/welcome.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'welcome';
    src: url('./../fonts/welcome_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
body *{
    font-family: 'welcome',serif;
    color: #333;  
    font-size: 14px;    
}