nek0.eu/site/css/font.css

35 lines
823 B
CSS
Raw Normal View History

2016-03-01 07:03:27 +00:00
@font-face {
2020-07-08 02:31:05 +00:00
font-family: 'Didact Gothic';
src: url('/font/DidactGothicMedium.ttf') format('truetype');
font-weight: normal;
font-style: normal;
2016-03-01 07:03:27 +00:00
}
@font-face {
2020-07-08 02:31:05 +00:00
font-family: 'Inknut Antiqua';
src: url('/font/InknutAntiquaRegular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
2016-03-11 16:19:35 +00:00
@font-face {
2020-07-08 02:31:05 +00:00
font-family: 'Maximilian Antiqua Initialen';
src: url('/font/MaximilianAntiquaInitialen.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
2021-04-17 03:48:21 +00:00
font-family: 'SturkopfMedium';
src: url('/font/Sturkopf.ttf') format('truetype');
2020-07-08 02:31:05 +00:00
font-weight: normal;
font-style: normal;
2016-03-11 16:19:35 +00:00
}
2022-07-26 06:43:07 +00:00
@font-face {
font-family: 'GrabsteinMedium';
src: url('/font/Grabstein.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}