@font-face {
    font-family: 'CustomFont';
    src: url('Oswald-Bold.eot');
    src: url('Oswald-Bold.eot?#iefix') format('embedded-opentype'), url('Oswald-Bold.woff2') format('woff2'), url('Oswald-Bold.woff') format('woff'), url('Oswald-Bold.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'CustomFont', serif
}

h2 {
    font-family: 'CustomFont', serif
}

h3 {
    font-family: 'CustomFont', serif
}

h4 {
    font-family: 'CustomFont', serif
}

h5 {
    font-family: 'CustomFont', serif
}

h6 {
    font-family: 'CustomFont', serif
}

body {
    font-family: 'CustomFont', serif
}