The file is in the games resource with var/list/font_resources = list('Akhenaton.ttf').
//For testing to see if I can change the browser I'm just doing this usr<<browse("<font face=Akhenaton>Yo what font is this.</font>").
usr<<browse("<font face=Akhenaton>Yo what font is this.</font>")
//Here are some of my other attempts
//<STYLE> BODY{font-family: Akhenaton;font-size:16}</STYLE>
/*@font-face {
font-family: "Akhenaton";
src: url('Akhenaton.tff') format('truetype');}
font-family: 'Akhenaton';
*/