mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-14 12:22:19 +02:00
index.html 업데이트
This commit is contained in:
parent
483becf9d5
commit
fa555afe59
@ -23,6 +23,11 @@
|
|||||||
font-family: 'pkmnems';
|
font-family: 'pkmnems';
|
||||||
src: url('./fonts/pkmnems.ttf') format('truetype');
|
src: url('./fonts/pkmnems.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'neodgm'
|
||||||
|
src: url('./fonts/neodgm.ttf') format('truetype');
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" type="text/css" href="./index.css" />
|
<link rel="stylesheet" type="text/css" href="./index.css" />
|
||||||
<link rel="manifest" href="./manifest.webmanifest">
|
<link rel="manifest" href="./manifest.webmanifest">
|
||||||
|
Loading…
Reference in New Issue
Block a user