@font-face {
    font-family: 'alex_brushregular';
    src: url('alexbrush-regular.eot');
    src: url('alexbrush-regular.eot?#iefix') format('embedded-opentype'),
         url('alexbrush-regular.woff2') format('woff2'),
         url('alexbrush-regular.woff') format('woff'),
         url('alexbrush-regular.ttf') format('truetype'),
         url('alexbrush-regular.svg#alex_brushregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{ 
font-family: 'alex_brushregular', sans-serif;
}