fonts added

This commit is contained in:
Samuel Philipp 2016-11-27 03:01:13 +01:00
parent 9e19e8388c
commit bb23a39934

View file

@ -132,8 +132,9 @@
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
bottom: 15%; bottom: 15%;
font-family: "Daniel Black", cursive; font-family: "Daniel Black", "Jenna Sue", "TeXGyreChorus", "URW Chancery L", cursive;
font-size: 50pt; font-size: 50pt;
font-weight: bold;
} }
#developer { #developer {
@ -142,7 +143,7 @@
left: 50%; left: 50%;
transform: translate(-50%); transform: translate(-50%);
top: 50%; top: 50%;
font-family: "Courier New", monospace; font-family: "TeXGyreCursor", "Tlwg Typist", "Courier New", monospace;
font-size: 50pt; font-size: 50pt;
font-weight: bold; font-weight: bold;
} }