mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-08 17:39:09 +00:00
15 lines
435 B
CSS
15 lines
435 B
CSS
@font-face {
|
|
font-family: 'Tiresias PCFont';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Tiresias PCFont'), local('Tiresias PCFont'),
|
|
url('./fonts/Tiresias_PCfont.ttf') format('truetype')
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Tiresias Infofont';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Tiresias Infofont'), local('Tiresias Infofont'),
|
|
url('./fonts/Tiresias_Infofont.ttf') format('truetype')
|
|
}
|