@font-face {
    font-family: regular;
    src: url(normal.ttf);
}
@font-face {
    font-family: bold;
    src: url(kalin.ttf);
}
body {
	font-family:regular,sans-serif !important;
}
h1,h2,h3,h4 {
	font-family:regular,sans-serif !important;
}