From 2769bc913d5a426954974f94a4245d5ae4f83faa Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 22 Jan 2019 18:27:34 +0100 Subject: Updated peer to peer --- public/styles/style.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'public/styles/style.css') diff --git a/public/styles/style.css b/public/styles/style.css index 279242b..deed42c 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -1,8 +1,13 @@ -body { - padding: 50px; - font: 14px sans-serif; +@font-face { + font-family: "Kongtype"; + src: url("/kongtext.ttf") format("truetype"); +} + +* { + font-family: "Kongtype" !important; } -a { - color: #00B7FF; +body { + padding: 0 2rem !important; + margin: 2rem !important; } -- cgit v1.2.3