Files
furatalog-old-web/assets/style/avali.css
T

53 lines
620 B
CSS
Raw Normal View History

2025-05-20 12:36:47 +02:00
@font-face{
font-family: avali;
src: url(https://furatalog.xyz/assets/fonts/avali-scratch.ttf);
}
* {
font-family: avali;
}
.previewButton {
font-size: 30px !important;
}
header a {
font-size: 1.3rem;
}
footer a {
font-size: 40px;
}
#navbar a {
font-size: 25.5px;
}
.header h2 {
font-size: 3em;
}
.header p {
font-size: 50px;
}
.searchfield input {
font-size: 24px;
}
.pagenav a {
font-size: 42px;
}
.nsfw-ask {
font-size: 25.5px;
}
.filter-container-item {
font-size: 45px;
margin-bottom: 5px;
}
.filter-inner a {
margin-bottom: 10px !important;
}