mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 16:26:25 +00:00
fix font resolve error
This commit is contained in:
parent
70f99f80c2
commit
69250714d0
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user