Adding lcd screen element

This commit is contained in:
Dan 2025-12-10 09:43:55 +00:00
parent 7917326214
commit 08acf37767
43 changed files with 181 additions and 20 deletions

View file

@ -7,6 +7,7 @@
@import "partials/now-playing";
@import "partials/lavalamp";
@import "partials/floppy";
@import "partials/lcd-display";
@import "partials/content-screens";
@ -15,6 +16,26 @@
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;700&display=swap");
@font-face {
font-family: "DSEG7-Classic";
src:
url("../fonts/DSEG7-Classic/DSEG7Classic-Bold.woff2") format("woff2"),
url("../fonts/DSEG7-Classic/DSEG7Classic-Bold.woff") format("woff"),
url("../fonts/DSEG7-Classic/DSEG7Classic-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "DSEG14-Classic";
src:
url("../fonts/DSEG14-Classic/DSEG14Classic-Bold.woff2") format("woff2"),
url("../fonts/DSEG14-Classic/DSEG14Classic-Bold.woff") format("woff"),
url("../fonts/DSEG14-Classic/DSEG14Classic-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
* {
margin: 0;
padding: 0;