font in public
This commit is contained in:
parent
5c787473f4
commit
7cbb79a174
@ -16,35 +16,35 @@ $breakPointXXL: 1400px
|
|||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: 'Mainfont'
|
font-family: 'Mainfont'
|
||||||
src: url('@/assets/fonts/woff2/Montserrat-Light.woff2') format("woff2")
|
src: url('/assets/fonts/woff2/Montserrat-Light.woff2') format("woff2")
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
font-style: normal
|
font-style: normal
|
||||||
font-display: swap
|
font-display: swap
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: 'Mainfont-Bold'
|
font-family: 'Mainfont-Bold'
|
||||||
src: url('@/assets/fonts/woff2/Montserrat-Medium.woff2') format("woff2")
|
src: url('/assets/fonts/woff2/Montserrat-Medium.woff2') format("woff2")
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
font-style: normal
|
font-style: normal
|
||||||
font-display: swap
|
font-display: swap
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: 'Comfortaa'
|
font-family: 'Comfortaa'
|
||||||
src: url('@/assets/fonts/woff2/Comfortaa-Light.woff2') format("woff2")
|
src: url('/assets/fonts/woff2/Comfortaa-Light.woff2') format("woff2")
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
font-style: normal
|
font-style: normal
|
||||||
font-display: swap
|
font-display: swap
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: 'Comfortaa-Bold'
|
font-family: 'Comfortaa-Bold'
|
||||||
src: url('@/assets/fonts/woff2/Comfortaa-Bold.woff2') format("woff2")
|
src: url('/assets/fonts/woff2/Comfortaa-Bold.woff2') format("woff2")
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
font-style: normal
|
font-style: normal
|
||||||
font-display: swap
|
font-display: swap
|
||||||
|
|
||||||
/*@font-face
|
/*@font-face
|
||||||
font-family: 'Typewriter'
|
font-family: 'Typewriter'
|
||||||
src: url('@/assets/fonts/ttf/JMH_Typewriter.woff2') format("woff2")
|
src: url('/assets/fonts/ttf/JMH_Typewriter.woff2') format("woff2")
|
||||||
font-weight: normal
|
font-weight: normal
|
||||||
font-style: normal
|
font-style: normal
|
||||||
font-display: swap*/
|
font-display: swap*/
|
||||||
|
|||||||
@ -10,6 +10,13 @@ const isLocalhost = window.location.hostname === 'localhost'
|
|||||||
// Umami nur aktivieren, wenn NICHT localhost
|
// Umami nur aktivieren, wenn NICHT localhost
|
||||||
if (import.meta.client && !isLocalhost) {
|
if (import.meta.client && !isLocalhost) {
|
||||||
useHead({
|
useHead({
|
||||||
|
link: [
|
||||||
|
{
|
||||||
|
rel: 'preconnect',
|
||||||
|
href: 'https://umami.digimedialoop.de',
|
||||||
|
crossorigin: ''
|
||||||
|
}
|
||||||
|
],
|
||||||
meta: [
|
meta: [
|
||||||
{
|
{
|
||||||
name: 'google-site-verification',
|
name: 'google-site-verification',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user