From b2d1b69fd6d9b1f0473ea70bc473df6f370891da Mon Sep 17 00:00:00 2001 From: yo momma Date: Thu, 29 Jan 2026 23:36:35 +0000 Subject: Refactor: extract inline CSS into static/css --- static/css/fullscreen4_extra.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 static/css/fullscreen4_extra.css (limited to 'static/css/fullscreen4_extra.css') diff --git a/static/css/fullscreen4_extra.css b/static/css/fullscreen4_extra.css new file mode 100644 index 0000000..2e6c62d --- /dev/null +++ b/static/css/fullscreen4_extra.css @@ -0,0 +1,21 @@ +@font-face { + font-family: "PixelComicSans-Regular"; + src: url("/static/fonts/PixelComicSans-Regular.eot"); +} + +@font-face { + font-family: "PixelComicSans-Regular"; + src: url("/static/fonts/PixelComicSans-Regular.woff") format("woff"), + url("/static/fonts/PixelComicSans-Regular.svg#PixelComicSans-Regular") format("svg"); +} + +#toptxt { + font-family: "PixelComicSans-Regular", serif; + font-size: 50px; + text-align: left; + text-justify: newspaper; + width: 100%; + z-index: 2; + position: absolute; + color: black; +} -- cgit v1.2.3-70-g09d2