Altes archivieren, Neues verorten

This commit is contained in:
Ludger Sicking 2025-05-27 15:13:54 +02:00
parent d3f77a796e
commit 247ad5ee9b
65 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: 'Roboto Condensed';
src: url('https://git.rpi-virtuell.de/Comenius-Institut/fOERbico/raw/branch/main/design/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto Condensed Italic';
src: url('https://git.rpi-virtuell.de/Comenius-Institut/fOERbico/raw/branch/main/design/RobotoCondensed-Italic-VariableFont_wght.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
body {
font-family: 'Roboto Condensed', sans-serif;
font-size: 22px;
}
</style>
</head>
<body>
<h1>fOERbico</h1>
</html>