@font-face {
font-family: myfont;
src: url(../fonts/400.woff);
font-weight:400;
}
@font-face {
font-family: myfont;
src: url(../fonts/500.woff);
font-weight:500;
}
body{
font-family:myfont;
}