index.html 업데이트

This commit is contained in:
GyeongMin Lee 2024-05-12 08:10:48 +09:00 committed by GitHub
parent ef5e130b20
commit 8513e4b8f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,11 +23,6 @@
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">