From 335cea768f0459ca7dd1ad085162ddb7b104332b Mon Sep 17 00:00:00 2001 From: ugrnm Date: Wed, 19 Apr 2017 13:52:04 +0200 Subject: [PATCH] font tweaking on main index --- index.html | 19 ++++++++++--------- style.css | 16 ++++++++++++++-- 2 files changed, 24 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 5977e2d..8e202ea 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ XPUB Special Issues + @@ -13,63 +14,63 @@

Issue 01

-

20161210 OP=OP

+

OP=OP
20161210

Issue 02

-

20170324 TGC #3

+

TGC #3
20170324

Issue 03

-

XXXXXXXX Interfacing the Law

+

Interfacing the Law
TBA

Issue 04

-

???

+

???

Issue 05

-

???

+

???

Issue 06

-

???

+

???

Issue 07

-

???

+

???

Issue 08

-

???

+

???

Issue 09

-

???

+

???

diff --git a/style.css b/style.css index d13359f..221bc9c 100644 --- a/style.css +++ b/style.css @@ -1,15 +1,25 @@ body { /*background: linear-gradient( 45deg, blue, red );*/ + color: #FFF; + font-family: 'OSPDINDIN'; + font-weight: normal; + font-style: normal; + text-transform: uppercase; } h1 { - font-size: calc(3vW + 3vH); + font-size: calc(4vW + 4vH); + line-height: calc(0.5vW + 0.5vH); text-align: center; + font-weight: normal; } h2 { font-size: calc(1.5vW + 1.5vH); + line-height: calc(1.25vW + 1.25vH); + font-weight: normal; + text-align: center; } #container { @@ -23,4 +33,6 @@ iframe { } -a, a:visited {color: black;} \ No newline at end of file +a, a:visited { + color: #FFF; +}