From bb23a3993497b00b5d74e3b8a557fd65959fe40b Mon Sep 17 00:00:00 2001 From: samuel-p Date: Sun, 27 Nov 2016 03:01:13 +0100 Subject: [PATCH] fonts added --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1b7181c..987965b 100644 --- a/index.html +++ b/index.html @@ -132,8 +132,9 @@ left: 50%; transform: translateX(-50%); bottom: 15%; - font-family: "Daniel Black", cursive; + font-family: "Daniel Black", "Jenna Sue", "TeXGyreChorus", "URW Chancery L", cursive; font-size: 50pt; + font-weight: bold; } #developer { @@ -142,7 +143,7 @@ left: 50%; transform: translate(-50%); top: 50%; - font-family: "Courier New", monospace; + font-family: "TeXGyreCursor", "Tlwg Typist", "Courier New", monospace; font-size: 50pt; font-weight: bold; }