<!DOCTYPE html>
<html>
<style type="text/css">
@font-face {
font-family: 'Test0';
src: url('/predictors/font.ttf') format('truetype');
}
h1 {
font-family: 'Test0', sans-serif;
}
</style>
<body>
<h1>Test0</h1>
</body>
</html>
<!DOCTYPE html>
<html>
<style type="text/css">
@font-face {
font-family: 'Test0';
src: url('/predictors/font.ttf') format('truetype');
}
h1 {
font-family: 'Test0', sans-serif;
}
</style>
<body>
<h1>Test0</h1>
</body>
</html>