diff --git a/Server/app/svelte/public/css/common.css b/Server/app/svelte/public/css/common.css index 9553717..7e695db 100644 --- a/Server/app/svelte/public/css/common.css +++ b/Server/app/svelte/public/css/common.css @@ -77,8 +77,8 @@ body { font-display: swap; src: url('/fonts/LoraSerif/Lora-Regular.ttf') format('ttf'), - url('/fonts/LoraSerif/lora/Lora-Regular.woff') format('woff'), - url('/fonts/LoraSerif/lora/Lora-Regular.woff2') format('woff'); + url('/fonts/LoraSerif/Lora-Regular.woff') format('woff'), + url('/fonts/LoraSerif/Lora-Regular.woff2') format('woff'); } .serif { diff --git a/Server/public/css/common.css b/Server/public/css/common.css index 9553717..7e695db 100644 --- a/Server/public/css/common.css +++ b/Server/public/css/common.css @@ -77,8 +77,8 @@ body { font-display: swap; src: url('/fonts/LoraSerif/Lora-Regular.ttf') format('ttf'), - url('/fonts/LoraSerif/lora/Lora-Regular.woff') format('woff'), - url('/fonts/LoraSerif/lora/Lora-Regular.woff2') format('woff'); + url('/fonts/LoraSerif/Lora-Regular.woff') format('woff'), + url('/fonts/LoraSerif/Lora-Regular.woff2') format('woff'); } .serif {