added png

This commit is contained in:
2026-02-17 20:14:54 +01:00
parent 2998006a32
commit 170c13c9ef
6 changed files with 27 additions and 0 deletions
+9
View File
@@ -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;
}
+18
View File
@@ -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;
}
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB