improved html and some other stuff like the prefered age range and also added likes and dislikes

This commit is contained in:
bacalhau 2026-03-04 22:17:50 +00:00
parent 82b526b512
commit e9d2569c1e
6 changed files with 148 additions and 40 deletions

View file

@ -1,13 +1,13 @@
@font-face {
font-family: 'font';
src: url('/font/font.ttf') format('truetype');
src: url('/static/font/font.ttf') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'font';
src: url('/font/font-Bold.ttf') format('truetype');
src: url('/static/font/font-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;