27 lines
650 B
CSS
27 lines
650 B
CSS
@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: 'Tippa';
|
|
src: url('/font/Tippa.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
@font-face {
|
|
font-family: 'Courier Prime';
|
|
src: url('/font/Courier Prime.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|