Upload für erste instanz

This commit is contained in:
DedBash
2025-07-22 10:02:56 +02:00
commit 8c9f84a1d2
17 changed files with 1514 additions and 0 deletions

8
inst01/jf_font.css Normal file
View File

@@ -0,0 +1,8 @@
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap'); body, h1, h2, h3, h4 {
font-family: 'Plus Jakarta Sans', sans-serif;
}
.emby-textarea {
font-family: monospace;
font-size: 10pt;
}