added png
This commit is contained in:
Executable
+9
@@ -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;
|
||||
}
|
||||
Executable
+18
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user