mirror of
https://gitlab.com/fabinfra/fabinfra-theme.git
synced 2025-03-12 14:41:51 +01:00
Added: Roboto
This commit is contained in:
parent
4cc5aec44a
commit
6ccaf64376
@ -6,7 +6,6 @@
|
|||||||
<link rel="stylesheet" href="/css/size.css">
|
<link rel="stylesheet" href="/css/size.css">
|
||||||
<link rel="stylesheet" href="/css/main.css">
|
<link rel="stylesheet" href="/css/main.css">
|
||||||
<link rel="stylesheet" href="/css/content.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="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
|
||||||
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon.png">
|
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon.png">
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
--color-header-text-hover: #ffffff;
|
--color-header-text-hover: #ffffff;
|
||||||
--color-header-text-accent: #00d4aa;
|
--color-header-text-accent: #00d4aa;
|
||||||
|
|
||||||
--color-main-background: #f5f5f5;
|
--color-main-background: #ffffff;
|
||||||
--color-main-text: #3c474d;
|
--color-main-text: #000000;
|
||||||
--color-main-link: #f5f5f5;
|
--color-main-link: #f5f5f5;
|
||||||
}
|
}
|
@ -8,7 +8,7 @@ body {
|
|||||||
/* header */
|
/* header */
|
||||||
.header {
|
.header {
|
||||||
background-color: var(--color-header-background);
|
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);
|
box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -137,7 +137,7 @@ body {
|
|||||||
/* main */
|
/* main */
|
||||||
main {
|
main {
|
||||||
padding: 75px 30px 150px 30px;
|
padding: 75px 30px 150px 30px;
|
||||||
font-family: Roboto, sans-serif;
|
font-family: Roboto;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Change Padding for Mobile View */
|
/* Change Padding for Mobile View */
|
||||||
@ -151,7 +151,7 @@ main {
|
|||||||
.footer {
|
.footer {
|
||||||
background-color: var(--color-header-background);
|
background-color: var(--color-header-background);
|
||||||
color: var(--color-header-text);
|
color: var(--color-header-text);
|
||||||
font-family: Mina, sans-serif;
|
font-family: Roboto;
|
||||||
|
|
||||||
box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
|
box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name = "fabinfra"
|
name = "fabinfra"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
licenselink = ""
|
licenselink = ""
|
||||||
description = "Theme for the FabInfra Project"
|
description = "Theme for the FabInfra Team"
|
||||||
homepage = "https://gitlab.com/fabinfra/fabinfra-theme"
|
homepage = "https://gitlab.com/fabinfra/fabinfra-theme"
|
||||||
tags = [responsive, nojs]
|
tags = [responsive, nojs]
|
||||||
features = []
|
features = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user