dgjf
This commit is contained in:
parent
a0ce1d61d7
commit
4f84602163
23
public/css/global.css
Normal file
23
public/css/global.css
Normal 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;
|
||||
}
|
||||
@ -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;
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
|
||||
<title>Map Developer</title>
|
||||
<link rel="stylesheet" href="/css/global.css" />
|
||||
|
||||
<style>
|
||||
body {
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Registrieren - Dynasty of Knights</title>
|
||||
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
<style>
|
||||
|
||||
body {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user