fix font resolve error

pull/17/head
Up 2024-03-25 23:39:47 +01:00 committed by Samuel H
parent 70f99f80c2
commit 69250714d0
1 changed files with 2 additions and 2 deletions

View File

@ -12,12 +12,12 @@
<style type="text/css">
@font-face {
font-family: 'emerald';
src: url('fonts/pokemon-emerald-pro.ttf') format('truetype');
src: url('/fonts/pokemon-emerald-pro.ttf') format('truetype');
}
@font-face {
font-family: 'pkmnems';
src: url('fonts/pkmnems.ttf') format('truetype');
src: url('/fonts/pkmnems.ttf') format('truetype');
}
</style>
<link rel="stylesheet" type="text/css" href="index.css" />