@font-face {
 font-family: myfont;
 src: url("andlso.eot");
 src: local(myfont), url('andlso.ttf') format('opentype');
}
p {font-family: myfont;}
