mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-24 14:27:37 -04:00
fix font resolve error
This commit is contained in:
parent
70f99f80c2
commit
69250714d0
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue