2025-06-12-freebsd & stylesheet changes

This commit is contained in:
Petr Velycko 2025-06-12 09:06:35 +02:00
parent e7c0cb5d61
commit c6b9b84792
Signed by: petrvel
GPG key ID: E8F909AFE649174F
7 changed files with 87 additions and 3 deletions

BIN
static/firacode.ttf Normal file

Binary file not shown.

View file

@ -141,7 +141,6 @@ h4 {
object-fit: cover;
}
.left {
float: left;
margin: 0;
@ -183,3 +182,12 @@ h4 {
filter: invert(1);
}
}
@font-face {
font-family: firacode;
src: url(firacode.ttf);
}
code {
font-family: firacode;
}