[2025-05-12] Add Geist Black font and RSS icon to header

This commit is contained in:
Andrew Conlin 2025-05-12 12:26:21 +01:00
parent d736858945
commit fafa5ee954
4 changed files with 26 additions and 2 deletions

View file

@ -5,6 +5,13 @@
font-style: normal;
}
@font-face {
font-family: 'Geist Black';
src: url('/assets/fonts/Geist-Black.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Geist Mono';
src: url('/assets/fonts/GeistMonoNerdFont-Regular.otf') format('opentype');
@ -98,6 +105,10 @@ a:hover {
text-decoration: none;
border-bottom: 2px solid #FABD2F;
border-radius: 1px;
img {
filter: brightness(0) saturate(100%);
}
}
img {