fix bug with z-index & download font source sans 3

This commit is contained in:
Michi 2025-03-09 17:56:22 +01:00
parent 801868d1a8
commit 92098c8ebf
19 changed files with 227 additions and 1 deletions

View file

@ -1,5 +1,5 @@
/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url('/fonts/source-sans-3.css');
/* GENERAL */
html{scroll-behavior: smooth;}
@ -42,6 +42,7 @@ nav{
top: 0;
left: 0;
transition: var(--baseTransition);
z-index: 1001;
}
nav.small{