From d853bc35515b04035017defd8d39557c6573cddf Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Wed, 1 May 2019 18:04:15 -0700 Subject: [PATCH] adding old fonts back becacuse i like them --- style.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index d974b28..9aee956 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,18 @@ +@font-face { + font-family: 'Fixedsys'; + src: url('/fonts/FSEX300.ttf'); +} body { color: #777; + font-family: 'Fixedsys'; +} + +body { + color: #777; +} + +a { + text-decoration: none; } .pure-img-responsive { @@ -245,4 +258,4 @@ Hides the menu at `48em`, but modify this based on your app's needs. position: relative; left: 150px; } -} \ No newline at end of file +}