@font-face {
    font-family: 'LuxiMonoRegular';
    font-style: normal;
    src: url(fonts/luximr.ttf) format('truetype');
}
body{
    font-family: 'LuxiMonoRegular', 'New-Courier', 'monospaced';
}
tt{
    font-family: 'LuxiMonoRegular', 'New-Courier', 'monospaced';
}
