diff --git a/src/app.css b/src/app.css index f02314d..03ba16b 100644 --- a/src/app.css +++ b/src/app.css @@ -38,14 +38,14 @@ em { b, strong { - font-family: 'Hershey-Noailles-Futura-Duplex-Bold', arial, sans-serif; + font-family: 'Hershey-Noailles-Futura-Duplex-Bold', 'Hershey-Noailles-Futura-Duplex', arial, sans-serif; font-weight: normal; font-style: normal; } html { - font-family: 'Hershey-Noailles-Futura-Duplex-Regular', 'Arial', sans-serif; + font-family: 'Hershey-Noailles-Futura-Duplex', 'Arial', sans-serif; background-color: rgb(255, 255, 248); } diff --git a/src/routes/Item.svelte b/src/routes/Item.svelte index 9329bfc..07e5f7e 100644 --- a/src/routes/Item.svelte +++ b/src/routes/Item.svelte @@ -134,9 +134,7 @@ ? 'bg-yellow-200' : open ? 'outline-1 outline outline-[#e5e3ef] my-1' - : ''} focus:outline-none transition transition-margin font-bold {open - ? 'pb-2' - : ''} select-none" + : ''} focus:outline-none transition transition-margin {open ? 'pb-2' : ''} select-none" on:focus={() => dispatch('selected')} tabindex="-1" role="tree"