summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html55
1 files changed, 2 insertions, 53 deletions
diff --git a/index.html b/index.html
index 69f6a64..a17580b 100644
--- a/index.html
+++ b/index.html
@@ -3,60 +3,9 @@
<title>KIT-Campus in Minecraft</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
-<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
-<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
-<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
-<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/minecraftia" type="text/css" />
-<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/minecraft" type="text/css"/>
+<link rel="stylesheet" href="./stylesheets/w3stylesheet.css">
+<link rel="stylesheet" href="./stylesheets/style.css" type="text/css" />
<!--todo die beiden minecraft schriften runterladen und selber hosten-->
-<style>
- body,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6,
- p {
- font-family: "Lato", sans-serif;
-
- }
-
- .mcfont {
- font-family: 'MinecraftiaRegular';
- font-weight: normal;
- font-style: normal;
- }
- .mctitle {
- font-family: 'MinecrafterAltRegular';
- font-weight: normal;
- font-style: normal;
- font-size: 6em !important;
- color: rgb(164, 165, 177);
- text-shadow:
- 1px 2px 0 black,
- 2px 4px 0 black,
- 3px 6px 0 black,
- 4px 8px 0 black,
- 5px 10px 0 black,
- 6px 12px 0 black,
- 7px 14px 0 black,
- 8px 16px 0 black,
- 9px 18px 0 black,
- 10px 20px 0 black;
-
- }
- .w3-bar,
- h1,
- button {
- font-family: "Montserrat", sans-serif;
- }
-
- .fa-anchor,
- .fa-coffee {
- font-size: 200px
- }
-</style>
<body>