Added new receipt printer connector

This commit is contained in:
nuttylmao
2025-07-27 16:34:04 +10:00
parent 7590507d67
commit 20a0e59c4a
3 changed files with 780 additions and 0 deletions
+54
View File
@@ -0,0 +1,54 @@
body {
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
text-align: center;
}
#header {
}
#avatar {
height: 6em;
border-radius: 50%;
object-fit: cover;
overflow: hidden;
}
#title {
font-weight: 900;
font-size: 1.5em;
text-transform: uppercase;
}
#subtitle {
font-weight: 700;
font-size: 1.2em;
}
#attribute {
padding: 0.5em 0em;
}
#content {
border-top: 1px solid black;
border-bottom: 1px solid black;
border-left: none;
border-right: none;
margin: 1em 0em;
padding: 0.5em 0em;
}
#date {
margin-top: 1em;
font-size: 0.7em;
text-transform: uppercase;
}
#footer {
}
.emote {
height: 1em;
}