summaryrefslogtreecommitdiff
path: root/style/style.css
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-04 08:08:26 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-04 08:08:26 +0200
commit2e3cea5d8c7257e5b500977af61a4d531656de32 (patch)
tree9bbd973c496cf5b84407c596b807f6a633ff489a /style/style.css
parent9be83624a5c4091875b404b4bf72231068e0b529 (diff)
downloadmutti-web-2e3cea5d8c7257e5b500977af61a4d531656de32.tar.gz
mutti-web-2e3cea5d8c7257e5b500977af61a4d531656de32.tar.bz2
mutti-web-2e3cea5d8c7257e5b500977af61a4d531656de32.zip
Fixup style usage
Diffstat (limited to 'style/style.css')
-rw-r--r--style/style.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/style/style.css b/style/style.css
index e32476b..255b5e8 100644
--- a/style/style.css
+++ b/style/style.css
@@ -1,6 +1,4 @@
-@import url(https://fonts.googleapis.com/css?family=Cantarell:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,400italic);
-@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,400italic|Rammetto+One|Archivo+Black);
:root {
--text-color: #333;
@@ -28,8 +26,6 @@ html, body {
body {
background: #eee;
- //font-family: Helvetica, Arial, sans-serif;
- font-family: 'Cantarell', sans-serif;
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 1.35;
@@ -140,8 +136,6 @@ header, nav, main, footer {
header {
margin-bottom: 1em;
padding: 2em 0 0.5em;
- //font-family: 'Cantarell', sans-serif;
- //font-family: 'Archivo Black', sans-serif;
}
header .h1, header .h2 {