add: logo

ProPapier Logo, different claim
This commit is contained in:
Fiona Lena Urban 2025-05-10 21:10:32 +02:00
parent 1bd69c9c97
commit cef5330567
8 changed files with 34 additions and 22 deletions

View file

@ -24,6 +24,8 @@ export default defineNuxtConfig({
head: {
htmlAttrs: { lang: 'de' },
link: [
{ rel: 'preload', as: 'image', href: '/img/propapier.svg', type: 'image/svg+xml' },
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.svg' },
{ rel: 'preload', crossorigin: 'anonymous', as: 'font', href: '/fonts/opensans.woff2', type: 'font/woff2' },
{ rel: 'preload', crossorigin: 'anonymous', as: 'font', href: '/fonts/roboto_con_bold.woff2', type: 'font/woff2' },
{ rel: 'preload', crossorigin: 'anonymous', as: 'font', href: '/fonts/roboto_con_reg.woff2', type: 'font/woff2' },