Added some html head options
This commit is contained in:
parent
dd2c6d09b5
commit
1f41e37cb8
@ -3,14 +3,17 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Ministerium für Internet (MfI)</title>
|
||||
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin />
|
||||
<meta name="description" content="Ministerium für alle Belange des Internets" />
|
||||
<meta name="author" content="Jan Jastrow" />
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="css/addons.min.css" type="text/css" />
|
||||
<link rel="stylesheet" href="css/styles.min.css" type="text/css" />
|
||||
<meta name="theme-color" content="#1167B4" />
|
||||
<link rel="shortcut icon" type="image/svg+xml" href="favicon.svg" />
|
||||
<link rel="icon" type="image/png" href="favicon.png" sizes="64x64" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:700&family=Inter&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
@ -1,15 +1,18 @@
|
||||
$breakpoint-tablet: 640px;
|
||||
$breakpoint-mobile: 380px;
|
||||
|
||||
$color-primary: #1167B4;
|
||||
|
||||
body {
|
||||
background-color: #fff;
|
||||
color: #111;
|
||||
font-family: 'Inter', sans-serif;
|
||||
font-family: 'Inter', sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-family: 'Libre Baskerville', serif;
|
||||
font-family: 'Libre Baskerville', serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
#logo {
|
||||
|
Loading…
x
Reference in New Issue
Block a user