@font-face {
    font-family: 'akadylan_plainregular';
    src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('akadylan_plain-webfont.woff2') format('woff2'),
         url('akadylan_plain-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1{
	font-size: 32px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 18px;
}