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 @@
-
20161210 OP=OP
+
OP=OP
20161210
-
20170324 TGC #3
+
TGC #3
20170324
-
XXXXXXXX Interfacing the Law
+
Interfacing the Law
TBA
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;
+}