diff --git a/assets/css/custom-font.css b/assets/css/custom-font.css new file mode 100755 index 0000000..bdfc080 --- /dev/null +++ b/assets/css/custom-font.css @@ -0,0 +1,9 @@ +@font-face { + font-family: "OldEnglish"; + src: url("/fonts/old-english-text-mt.ttf") format("truetype"); + font-display: swap; +} + +.home-title { + font-family: "OldEnglish", serif !important; +} diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100755 index 0000000..0cdc9d5 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,18 @@ +.profile_inner h1 { + font-family: 'oldenglish', serif !important; +} + +.terms-tags { + display: flex; + flex-wrap: wrap; + gap: 0.6rem 1rem; +} + +#menu a span { + border-bottom: 2px solid transparent; + transition: border-color 0.2s ease; +} + +#menu a:hover span { + border-bottom: 2px solid currentColor; +} \ No newline at end of file diff --git a/assets/fonts/old-english-text-mt.ttf b/assets/fonts/old-english-text-mt.ttf new file mode 100755 index 0000000..bed2c5b Binary files /dev/null and b/assets/fonts/old-english-text-mt.ttf differ diff --git a/assets/img/logo_cutout.png b/assets/img/logo_cutout.png new file mode 100644 index 0000000..bed2cad Binary files /dev/null and b/assets/img/logo_cutout.png differ diff --git a/static/img/Screenshot 2025-11-29 124841.png b/static/img/Screenshot 2025-11-29 124841.png new file mode 100644 index 0000000..cf122bc Binary files /dev/null and b/static/img/Screenshot 2025-11-29 124841.png differ diff --git a/static/img/me-smoke.jpg b/static/img/me-smoke.jpg new file mode 100755 index 0000000..2d42756 Binary files /dev/null and b/static/img/me-smoke.jpg differ