Archived
Private
Public Access
1
0

Initial commit

This commit is contained in:
2022-09-04 12:45:01 +02:00
commit f4a01d6a69
11601 changed files with 4206660 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');
body {
font-family: Tahoma, Verdana, sans-serif;
font-size: 50px;
}
#span1 {
font-family: serif;
}
#span2 {
font-family: sans-serif;
}
#span3 {
font-family: cursive;
}
#span4 {
font-family: fantasy;
}
#span5 {
font-family: monospace;
}
#extern {
font-family: 'Libre Barcode 39 Text', cursive;
}
#extern2 {
font-family: 'Indie Flower', cursive;
}