Added: Roboto

This commit is contained in:
TheJoKlLa 2020-12-20 14:03:36 +01:00
parent 4cc5aec44a
commit 6ccaf64376
4 changed files with 6 additions and 7 deletions

View File

@ -6,7 +6,6 @@
<link rel="stylesheet" href="/css/size.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/content.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Mina">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon.png">

View File

@ -4,7 +4,7 @@
--color-header-text-hover: #ffffff;
--color-header-text-accent: #00d4aa;
--color-main-background: #f5f5f5;
--color-main-text: #3c474d;
--color-main-background: #ffffff;
--color-main-text: #000000;
--color-main-link: #f5f5f5;
}

View File

@ -8,7 +8,7 @@ body {
/* header */
.header {
background-color: var(--color-header-background);
font-family: Mina, sans-serif;
font-family: Roboto;
box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
position: fixed;
@ -137,7 +137,7 @@ body {
/* main */
main {
padding: 75px 30px 150px 30px;
font-family: Roboto, sans-serif;
font-family: Roboto;
}
/* Change Padding for Mobile View */
@ -151,7 +151,7 @@ main {
.footer {
background-color: var(--color-header-background);
color: var(--color-header-text);
font-family: Mina, sans-serif;
font-family: Roboto;
box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
text-align: center;

View File

@ -1,7 +1,7 @@
name = "fabinfra"
license = "MIT"
licenselink = ""
description = "Theme for the FabInfra Project"
description = "Theme for the FabInfra Team"
homepage = "https://gitlab.com/fabinfra/fabinfra-theme"
tags = [responsive, nojs]
features = []