27 lines
658 B
CSS
27 lines
658 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/InknutAntiqua-Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Apex Lake';
|
|
src: url('/font/Apex Lake Regular.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Maximilian Antiqua Initialen';
|
|
src: url('/font/Maximilian Antiqua Initialen.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|