This commit is contained in:
c0dev0id
2023-10-24 08:08:46 +02:00
parent 7212d02836
commit c26e9ed80f
16 changed files with 250 additions and 22 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1,13 +1,40 @@
@font-face {
font-family: 'bungee shade';
src: url('/assets/bungee.ttf');
font-family: 'bungee shade regular';
src: url('/assets/BungeeShade-Regular.ttf');
}
@font-face {
font-family: 'fira sans regular';
src: url('/assets/FiraSans-Regular.ttf');
}
@font-face {
font-family: 'fira sans bold';
src: url('/assets/FiraSans-Bold.ttf');
}
@font-face {
font-family: 'fira mono regular';
src: url('/assets/FiraMono-Regular.ttf');
}
.header-title {
body {
font-family: fira sans regular;
}
h1, h2, h3, h4, h5, h6, b {
font-family: fira sans bold;
}
code, pre {
font-family: fira mono regular;
}
a {
text-decoration: none;
}
.header-title a {
text-decoration: none;
font-size: 2rem;
font-weight: 700;
font-family: bungee shade,sans-serif;
font-weight: 400;
font-family: bungee shade regular;
}
.header-title a {
@@ -17,6 +44,7 @@
.header-row {
margin-top: 10px;
margin-bottom: 2px;
font-family: fira sans bold;
}
.header-item {