diff options
author | Marvin Borner | 2019-01-22 18:27:34 +0100 |
---|---|---|
committer | Marvin Borner | 2019-01-22 18:27:34 +0100 |
commit | 2769bc913d5a426954974f94a4245d5ae4f83faa (patch) | |
tree | b1025b564e22c24c4ae4799547aed7b4164ef2de /public/styles/style.css | |
parent | 7dd78773cb6c0c3ccfa6784fde98e4ad923b0bc9 (diff) |
Updated peer to peer
Diffstat (limited to 'public/styles/style.css')
-rw-r--r-- | public/styles/style.css | 15 |
1 files changed, 10 insertions, 5 deletions
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; } |