forked from AkkomaGang/akkoma-fe
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')
|
|
}
|