Hey, hab ein kleines Problem.
Ich möchte die Font die geladen wird von einem anderen Server Laden.
Jemand eine Idee? So klappts nicht:
<html>
<head>
<title>Test 1</title>
<link rel="preload" href="http://www.test.de/app/cognito/fonts/Architext.woff2" as="font" type="font/woff2" crossorigin>
<style>
body {
font-family: 'Architext';
}
div {text-align: center;}
div {
position: absolute;
top: 448px;
left: 210px;
width: 110px;
height: 50px;
line-height: 16px;
}
div {
background-color: none;
opacity: 0.6;
}
</style>
</head>
<body style="background-image: url('https://ronvenoo.sirv.com/customers/StephAn.png');background-size: contain;background-repeat: no-repeat;background-position: center center">
<div>
<p style = "font-size:16px;font-style:normal;text-align:center;color:black;font-weight: normal;">
Aktualisierter Text<br>
</p></div>
</body>