index.html 업데이트

This commit is contained in:
GyeongMin Lee 2024-05-11 16:22:45 +09:00 committed by GitHub
parent 483becf9d5
commit fa555afe59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,6 +23,11 @@
font-family: 'pkmnems';
src: url('./fonts/pkmnems.ttf') format('truetype');
}
@font-face {
font-family: 'neodgm'
src: url('./fonts/neodgm.ttf') format('truetype');
}
</style>
<link rel="stylesheet" type="text/css" href="./index.css" />
<link rel="manifest" href="./manifest.webmanifest">