nek0.eu/site/css/font.css
2020-07-08 04:31:05 +02:00

28 lines
671 B
CSS

@font-face {
font-family: 'Didact Gothic';
src: url('/font/DidactGothicMedium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Inknut Antiqua';
src: url('/font/InknutAntiquaRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Maximilian Antiqua Initialen';
src: url('/font/MaximilianAntiquaInitialen.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Grabstein Grotesk';
src: url('/font/grabstein.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}