improved html and some other stuff like the prefered age range and also added likes and dislikes
This commit is contained in:
parent
82b526b512
commit
e9d2569c1e
6 changed files with 148 additions and 40 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue