[2025-05-12] Add Geist Black font and RSS icon to header
This commit is contained in:
parent
d736858945
commit
fafa5ee954
4 changed files with 26 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue