This commit is contained in:
Cay 2026-03-12 14:37:22 +00:00
parent a0ce1d61d7
commit 4f84602163
5 changed files with 27 additions and 14 deletions

23
public/css/global.css Normal file
View File

@ -0,0 +1,23 @@
@font-face {
font-family: "Tangerine";
src: url("/fonts/Tangerine-Regular.woff2") format("woff2");
font-weight: normal;
}
@font-face {
font-family: "Tangerine";
src: url("/fonts/Tangerine-Bold.woff2") format("woff2");
font-weight: bold;
}
/* globale Schrift */
* {
box-sizing: border-box;
font-family: "Tangerine", serif;
}
body {
margin: 0;
font-size: 22px;
}

View File

@ -7,20 +7,9 @@
<link rel="icon" href="/favicon/dok_favicon_32px.ico" sizes="32x32">
<link rel="icon" href="/favicon/dok_favicon_64px.ico" sizes="64x64">
<link rel="icon" href="/favicon/dok_favicon_128px.ico" sizes="128x128">
<link rel="stylesheet" href="/css/global.css">
<style>
@font-face {
font-family: "Tangerine";
src: url("/fonts/Tangerine-Regular.woff2") format("woff2");
font-weight: normal;
}
@font-face {
font-family: "Tangerine";
src: url("/fonts/Tangerine-Bold.woff2") format("woff2");
font-weight: bold;
}
* {
box-sizing: border-box;
font-family: "Tangerine", serif;

View File

@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<title>Map Developer</title>
<link rel="stylesheet" href="/css/global.css" />
<style>
body {

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<title>Dynasty of Knights</title>
<link rel="stylesheet" href="/css/launcher.css" />
<link rel="stylesheet" href="/css/global.css" />
<style>
body {
margin: 0;

View File

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Registrieren - Dynasty of Knights</title>
<link rel="stylesheet" href="/css/global.css">
<style>
body {